File tree Expand file tree Collapse file tree
packages/igx-templates/igx-ts-legacy/projects
side-nav-auth/files/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { NgModule , provideBrowserGlobalErrorListeners } from '@angular/core' ;
1+ import { NgModule , provideBrowserGlobalErrorListeners , provideZoneChangeDetection } from '@angular/core' ;
22import { BrowserModule , HammerModule } from '@angular/platform-browser' ;
33import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
44import { AppRoutingModule } from './app-routing-module' ;
@@ -15,7 +15,8 @@ import { App } from './app';
1515 BrowserAnimationsModule
1616 ] ,
1717 providers : [
18- provideBrowserGlobalErrorListeners ( )
18+ provideBrowserGlobalErrorListeners ( ) ,
19+ provideZoneChangeDetection ( { eventCoalescing : true } )
1920 ] ,
2021 bootstrap : [ App ]
2122} )
Original file line number Diff line number Diff line change 1- import { NgModule } from '@angular/core' ;
1+ import { NgModule , provideBrowserGlobalErrorListeners , provideZoneChangeDetection } from '@angular/core' ;
22import { BrowserModule , HammerModule } from '@angular/platform-browser' ;
33import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
44import { AppRoutingModule } from './app-routing-module' ;
@@ -16,7 +16,10 @@ import { Home } from './home/home';
1616 AppRoutingModule ,
1717 BrowserAnimationsModule
1818 ] ,
19- providers : [ ] ,
19+ providers : [
20+ provideBrowserGlobalErrorListeners ( ) ,
21+ provideZoneChangeDetection ( { eventCoalescing : true } )
22+ ] ,
2023 bootstrap : [ App ]
2124} )
2225export class AppModule {
Original file line number Diff line number Diff line change 1- import { NgModule } from '@angular/core' ;
1+ import { NgModule , provideBrowserGlobalErrorListeners , provideZoneChangeDetection } from '@angular/core' ;
22import { FormsModule } from '@angular/forms' ;
33import { BrowserModule , HammerModule } from '@angular/platform-browser' ;
44import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
@@ -28,7 +28,10 @@ import { Home } from './home/home';
2828 IgxLayoutModule ,
2929 IgxRippleModule
3030 ] ,
31- providers : [ ] ,
31+ providers : [
32+ provideBrowserGlobalErrorListeners ( ) ,
33+ provideZoneChangeDetection ( { eventCoalescing : true } )
34+ ] ,
3235 bootstrap : [ App ]
3336} )
3437export class AppModule {
Original file line number Diff line number Diff line change 1- import { NgModule } from '@angular/core' ;
1+ import { NgModule , provideBrowserGlobalErrorListeners , provideZoneChangeDetection } from '@angular/core' ;
22import { FormsModule } from '@angular/forms' ;
33import { BrowserModule , HammerModule } from '@angular/platform-browser' ;
44import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
@@ -23,7 +23,10 @@ import { Home } from './home/home';
2323 IgxNavigationDrawerModule ,
2424 IgxRippleModule
2525 ] ,
26- providers : [ ] ,
26+ providers : [
27+ provideBrowserGlobalErrorListeners ( ) ,
28+ provideZoneChangeDetection ( { eventCoalescing : true } )
29+ ] ,
2730 bootstrap : [ App ]
2831} )
2932export class AppModule { }
You can’t perform that action at this time.
0 commit comments