Project initiated with Angular CLI version 1.0.6.
- Creating a new project
$ ng new typescript-angular4
- Creating a new component
$ ng generate component componentName
- Build production code
$ ng build --env=prod
CLI ng serve
to run the development server http://localhost:4200/
. The browser will watch the folder called src
to reload the view if any changes.
- http://materializecss.com/
npm install materialize-css