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

https://github.com/eslammahgoub/angular2-smd

Missing parts in Material Design angular 2
https://github.com/eslammahgoub/angular2-smd

angular-2 angular-material2

Last synced: 3 months ago
JSON representation

Missing parts in Material Design angular 2

Awesome Lists containing this project

README

          

# Simple Material Design for Angular

This is a simple project to design angular material components that are not yet implemented on the official angular material repository:

[Material Design for Angular](https://github.com/angular/material2).

### Components

| Component | Docs |
|-----------------------|--------------|
| Datatable | [README][1] |
| FAB Speed Dial | [README][2] |

[1]: https://github.com/eslammahgoub/angular2-smd/blob/master/src/app/shared/component/smd-datatable/README.md
[2]: https://github.com/eslammahgoub/angular2-smd/blob/master/src/app/shared/component/smd-fab-speed-dial/README.md

### Demo App

[Demo App](https://angular2-smd.surge.sh)

### How to run the project
`git clone https://github.com/eslammahgoub/angular2-smd.git`

`cd angular-smd`

`npm install`

`npm start`

Then you can access [http://localhost:9000](http://localhost:9000)

> This is project Fork from [@jefersonestevo](https://github.com/jefersonestevo/angular-smd)
> Thanks for @jefersonestevo