0.0.19 • Published 8 years ago
ng-material-components v0.0.19
Thanks to:
https://github.com/robisim74/angular-library-starter
How To Use
npm install -g angular-cli
ng new <app name>
cd <app name>
npm install --save ng-material-components
then, edit the style.css file from you angular app and import the css of the library. Add the following line
@import '../node_modules/ng-material-components/bundles/app.css';
finally, you should add it to your module by doing something like this:
import {
MaterialFormsModule,
MaterialUserInterfaceModule
} from 'ng-material-components/modules/ng-material-components';
...
@NgModule({
imports: [
...
MaterialFormsModule.forRoot(),
MaterialUserInterfaceModule.forRoot()
...
],
declarations: [
...
],
exports: [
...
],
providers: [
...
]
})
export class AppModule { }
And that should be it.
I am working on a new demo site that will allow you to easily copy and paste sample code to test all the library controls into your app.
Enjoy!
(More documentation is coming)
0.0.19
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
8 years ago
0.0.14
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago