0.0.2 • Published 7 years ago

exo_material v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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