Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exolever/exomaterial

ExO Works implementation for Material 2
https://github.com/exolever/exomaterial

Last synced: about 1 month ago
JSON representation

ExO Works implementation for Material 2

Awesome Lists containing this project

README

        

# exo_material

## Installation

To install this library, run:

```bash
$ 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:

```bash
$ npm install exo_material
```

and then from your Angular `AppModule`:

```typescript
...
// Import your library
import { ExoCoreModule } from 'exo_material';

@NgModule({
declarations: [
AppComponent,
ExoStepperComponent,
ExoCoreModule.forRoot()
],
imports: [
BrowserModule
],
providers: [],
bootstrap: [AppComponent]
})

```

## Components

### Steppers
Module Steppers -> [Steppers](https://github.com/ExOLever/ExOMaterial/tree/master/src/steppers)

## License

MIT © [Rafael Montaño]([email protected])