Angular JS Front-end Technologies

AngularJS One framework. Mobile & desktop.

What is AngularJS 7?

Angular is one of the most popular frameworks for web application development. With the release of Angular 7, it has given even more features to web developers like including the core framework, Angular Material, CLI with synchronized major versions and has enabled several major partner launches.

Features

  • CLI Prompts.
  • Application Performance.
  • Angular Material & the CDK.
  • Virtual Scrolling.
  • Drag & Drop.
  • Better Accessibility of Selects.
  • Angular Elements.
  • Partner Launches.

Process of angular 7 setup

1. install step cli
npm install -g @angular/cli

2. create app step cli
ng new my-app

3. open on local server cli
ng serve –open
ng serve –host ip address

4. create component cli
ng generate component componentname(header)
ng g c header

5. create a build environment cli
ng build projectname
ng b projectname

create a production environment cli
ng build –prod projectname

ng b projectname

6. server upload cli
ng build –base-href /foldername/
ng build –base-href /projectname/

 

Resource
https://angular.io/

About the author

Gourav

Add Comment

Click here to post a comment

Your email address will not be published. Required fields are marked *