exo_material

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i exo_material

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • boraita