Posts

Showing posts from May, 2021

How to install Angular to local machine?

  For installation of Angular to local machine refer the below link:    https://angular.io/guide/setup-local

How to see unused variables in Visual Studio Code for AngularJs?

 Looking for the unused variables in VS code editor, need to add below line to tslint.json file  under "rules" add "no-unused-variable":true

What is a Good Load Page Time?

 2 seconds time is Good Load Page Time.

How to Build an AngularJs App?

 For creating build in Angular Js, run the below command in project directory:   ng build --prod --aot --output-hashing=all