How to use the angular-bootstrap-md.CollapseModule.forRoot function in angular-bootstrap-md

To help you get started, we’ve selected a few angular-bootstrap-md examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Lmnoppy / Scrippy / Plugins / Firefox-Angular5 / src / app / app.module.ts View on Github external
import {ReactiveFormsModule} from "@angular/forms";


@NgModule({
  declarations: [
    AppComponent,
    OptionsComponent,
    PopupComponent,
    BackgroundComponent,
    NavbarComponent
  ],
  imports: [
    BrowserModule,
    AppRoutingModule,
    ReactiveFormsModule,
    CollapseModule.forRoot(),
    MDBBootstrapModule.forRoot()
  ],
  schemas: [ NO_ERRORS_SCHEMA],
  providers: [],
  bootstrap: [AppComponent]
})

export class AppModule { }

angular-bootstrap-md

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

MIT
Latest version published 1 year ago

Package Health Score

60 / 100
Full package analysis

Similar packages