Why named it as Angular. b'cos it is written between < > !
Angular is typescript for building client applications framework.
Angular is easier, clean loosely coupled architecture and more testable and reusable.
Architecture: (FE+BE)
Front End (UI): Client (Browser) use HTML CSS( Templates) , Type Script (Extended Java Script), angular
Back End (Data Processing): Data + API (Application Programming Interface) + Business Logic
Simply, Angular makes life easier!
Angular Version is known as AngularJS. Later versions are known As Angular V x. (latest is Angular 14.0)
Difference between AngularJS and Angular
Architecture : MVC Model vs Components and Directives
Language : Java Script vs Type Script
Mobile : Not Mobile friendly vs Mobile Friendly
Expression Syntax : {{}} vs () []
Dependency Injection : Not used vs Hierarchical DI is used
Routing : @routProvider vs @Route configuration
Code : Unmanageable vs Structured
1. First Angular Project:
Download latest stable version node.js from nodejs.org depending on your platform (Windows-32/64/Mac/Linux) (in my case downloaded windows 64 bit node-v18.12.1-x64.msi on 17.11.2022). Install as Administrator. Check in command prompt by this command
node --version
Download Angular CLI (Command Line Interface) tool by this command
No comments:
Post a Comment