Skip to content

exolever/ExOMaterial

Repository files navigation

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

About

ExO Works implementation for Material 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •