exo_material
v0.0.2
Published
## Installation
Downloads
20
Maintainers
Readme
exo_material
Installation
To install this library, run:
$ npm install exo_material --save
Consuming your library
Once you have published your library to npm, you can import your library in any Angular application by running:
$ npm install exo_material
and then from your Angular AppModule
:
...
// Import your library
import { ExoCoreModule } from 'exo_material';
@NgModule({
declarations: [
AppComponent,
ExoStepperComponent,
ExoCoreModule.forRoot()
],
imports: [
BrowserModule
],
providers: [],
bootstrap: [AppComponent]
})
Components
Steppers
Module Steppers -> Steppers
License
MIT © Rafael Montaño