chore(webui): format code with prettier
This commit is contained in:
parent
115ddc6a4a
commit
c5c8382742
32 changed files with 1525 additions and 827 deletions
|
@ -38,14 +38,11 @@ import { WindowService } from './services/window.service';
|
|||
HttpClientModule,
|
||||
FormsModule,
|
||||
RouterModule.forRoot([
|
||||
{path: '', component: ProvidersComponent, pathMatch: 'full'},
|
||||
{path: 'status', component: HealthComponent}
|
||||
{ path: '', component: ProvidersComponent, pathMatch: 'full' },
|
||||
{ path: 'status', component: HealthComponent }
|
||||
])
|
||||
],
|
||||
providers: [
|
||||
ApiService,
|
||||
WindowService
|
||||
],
|
||||
providers: [ApiService, WindowService],
|
||||
bootstrap: [AppComponent]
|
||||
})
|
||||
export class AppModule { }
|
||||
export class AppModule {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue