All Questions
Tagged with angular-ngrx-data angular-module
1 question
-1
votes
1
answer
2k
views
Where do I put code to initialize before custom module initialization in Angular 14?
I'm using ngrx/data 14 and Angular 14. I have built a custom module that I load in my app.module.ts file like so
@NgModule({
declarations: [
AppComponent
],
imports: [
...
...