Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/exolever/exomaterial
- Owner: exolever
- License: mit
- Created: 2017-01-16T15:02:25.000Z (almost 8 years ago)
- Default Branch: devel
- Last Pushed: 2017-12-20T11:01:58.000Z (about 7 years ago)
- Last Synced: 2024-11-15T08:47:48.091Z (about 1 month ago)
- Language: CSS
- Size: 905 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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])