Showing posts with label Angular. Show all posts
Showing posts with label Angular. Show all posts

Saturday 24 November 2018

What is AngularJS and Angular ?

AngularJS is an open-source, JavaScript-based, front-end web application framework for dynamic web app development. ... Although Angular 2 was a complete rewrite of AngularJS

AngularJS is dying, but not Angular. Even three years after they announced Angular, the naming of the frameworks is cause for confusion. So yes, AngularJS is dying. As soon as Google announced that Angular was going to be a complete re-write, with no backwards compatibility, AngularJS began to die.

Starting with Angular ? So do you know Angular CLI ?

Angular now has its own CLI (command line interface), which will do most of the routine operations for you. To start using Angular, we have to install it.
It requires Node 6.9.0 or higher as well as NPM 3 or higher.

Once they are both installed, we are going to install Angular CLI by running the following:

npm install -g @angular/cli

Starting with Angular

Angular is a new version of the AngularJS framework, developed by Google. It comes with a complete rewrite, and various improvements including optimized builds and faster compile times.

Angular is a fully integrated framework that allows you to start working on your project quickly without thinking about which libraries to select and how to deal with everyday problems. I think of Angular as being for the front-end, as RoR is for the back-end.