File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
frontend/src/operator/webui/src/app Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- import { NgModule } from '@angular/core' ;
1+ import { NgModule , provideZoneChangeDetection } from '@angular/core' ;
22import { BrowserModule } from '@angular/platform-browser' ;
33import { FormsModule } from '@angular/forms' ;
44
@@ -18,6 +18,10 @@ import {SafeDeviceUrlPipe} from './safe-device-url.pipe';
1818import { KtdGridModule } from '@katoid/angular-grid-layout' ;
1919import { RouterModule } from '@angular/router' ;
2020
21+ @NgModule ( { providers : [ provideZoneChangeDetection ( ) ] } )
22+ export class ZoneChangeDetectionModule {
23+ }
24+
2125@NgModule ( {
2226 declarations : [
2327 AppComponent ,
@@ -39,6 +43,7 @@ import {RouterModule} from '@angular/router';
3943 HttpClientModule ,
4044 KtdGridModule ,
4145 RouterModule . forRoot ( [ { path : '**' , component : AppComponent } ] ) ,
46+ ZoneChangeDetectionModule ,
4247 ] ,
4348 providers : [ ] ,
4449 bootstrap : [ AppComponent ] ,
You can’t perform that action at this time.
0 commit comments