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

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.

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.