Community

Providing Module Configuration Using forRoot() And Ahead-Of-Time Compiling In Angular 7.2.0

(Ben Nadel) Yesterday, I was trying to design a feature module in Angular 7.2.0 that used the .forRoot() pattern to provide optional configuration data to the bootstrapping process of my feature module.