-
ng serve
-
Quick links
$ https://github.com/angular/quickstart $ https://angular.io/docs/ts/latest/tutorial/toh-pt3.html $ https://embed.plnkr.co/?show=preview $ https://medium.mybridge.co/18-amazing-open-source-angular-projects-dd9e81d921ee
-
Import all the modules in the app.module.ts file,do not apply forRoot() method, if you do the refactoring then we can apply the forRoot() method as i have done.and please add providers also for radio-button and some other modules.
-
For Grid system using Bootstrap layout
-
To inject angular cli write ng init and follow the instruction.
-
start the application with ng-serve instead of npm start
-
How to give the build in Angular-cli project
just type the command ' ng build --prod ' it will create a dist folder in the root directory
- Angular form Link
- Created template driven form (Custom Forms)
-
Using firebase ui for the user Identity
-
Install angularFire2 and firebase
npm install angularfire2 firebase --save
-
First install firebase-tools globally
$npm install -g firebase-tools
-
Then Login using the Firebase-cli and initialize the project
$firebase login $firebase init Select the Hosting option in the command line >Hosting: Configure and deploy firebase hosting site
-
Deploy to Firebase Hosting
$ firebase deploy $ If it ask for reauth, firebase login --reauth --no-localhost
$ npm install -g npm-check-updates
$ npm-check-updates -u u will come to know which are the modules or library got updated
$ npm install or ncu -a to update the package.json
$ `npm i webpack --save-dev`
$ do not update the flexlayout it should `be beta.16`