Closed vamidi closed 1 year ago
My apologies, I had followed a Vite + Angular tutorial where that person had a bootstrap component with this inside.
bootstrapApplication(AppComponent, {
providers: [
{
provide: NgZone,
useValue: new NgZone({ shouldCoalesceEventChangeDetection: false })
},
...appRouting
]
}).catch(err => console.error(err));
And the ngZone part was responsible for the life cycles not being called.
Hi there, thanks for the amazing plugins. It works great for me so far. I do have a question about the lifecycle methods. They are not being called. It there something I am doing wrong?