https://github.com/tb/angular2-material-module
A collection of Angular2 Material design components into a single ngModule you can import into your project.
https://github.com/tb/angular2-material-module
Last synced: about 1 year ago
JSON representation
A collection of Angular2 Material design components into a single ngModule you can import into your project.
- Host: GitHub
- URL: https://github.com/tb/angular2-material-module
- Owner: tb
- Created: 2016-09-06T10:44:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T21:02:40.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T17:18:00.207Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2-Material-Module
A collection of Angular2 Material design components into a single ngModule you can import into your project.
# Version
As of writing, this covers Angular-Material alpha.7
# How to use
Copy/paste the Ng2-Material dependencies from the package.json file in this repo, into your own project's package.json.
Also copy the material.module.ts into your project somewhere.
Install the module as a shared module, into your main application module.
# Optional dependencies
Install hammer.js (included in package.json) to your project if you want to use md-slide-toggle or md-slider.