0.2.8 • Published 4 years ago

angular-bootstrap-italia v0.2.8

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

Features

Quick start

Warning: we strongly recommend node >=v6.9.0 and npm >=3.0.0

npm i angular-bootstrap-italia - Installs project modules

and then from your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

// Kit Bootstrap Italia / Angular Material
import { AngularBootstrapItaliaModule } from 'angular-bootstrap-italia';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    AngularBootstrapItaliaModule,
    ...
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {
}

Once your library is imported, you can use its components, directives and pipes in your Angular application.

Creators

Dario Cristini

Copyright and license

Code and documentation copyright 2020 the authors.

Code released under the MIT License.

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago