TypescriptAngular4
Project initiated with Angular CLI version 1.0.6.
Angular 4 CLI
- Creating a new project
$ ng new typescript-angular4 - Creating a new component
$ ng generate component componentName - Build production code
$ ng build --env=prod
Development Server
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.
Materializecss Framework
- http://materializecss.com/
npm install materialize-css