Skip to main content

All Questions

-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: [ ... ...
Dave's user avatar
  • 19.6k