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
- Host: GitHub
- URL: https://github.com/eslammahgoub/angular2-smd
- Owner: eslammahgoub
- License: mit
- Fork: true (jefersonestevo/angular-smd)
- Created: 2017-05-11T14:55:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T11:46:17.000Z (over 8 years ago)
- Last Synced: 2025-01-16T13:17:51.986Z (12 months ago)
- Topics: angular-2, angular-material2
- Language: TypeScript
- Homepage: https://angular2-smd.surge.sh/#/angular-smd/demo-home
- Size: 4.41 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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