Static
Configure the bootstrap module with environment settings
Environment configuration for the application
ModuleWithProviders with environment configuration and all services
import { environment } from '../environments/environment';@NgModule({ imports: [ MJBootstrapModule.forRoot(environment) ]})export class AppModule {} Copy
import { environment } from '../environments/environment';@NgModule({ imports: [ MJBootstrapModule.forRoot(environment) ]})export class AppModule {}
Configure the bootstrap module with environment settings