Member Junction
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Configure the bootstrap module with environment settings

      Parameters

      Returns ModuleWithProviders<MJBootstrapModule>

      ModuleWithProviders with environment configuration and all services

      import { environment } from '../environments/environment';

      @NgModule({
      imports: [
      MJBootstrapModule.forRoot(environment)
      ]
      })
      export class AppModule {}