Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 17, 2022 05:06 am GMT

What's Angular?

Angular is the JavaScript Framework made by Google.

Angular and AngularJS

In my research, I came across AngularJS and Angular and wondered what the difference was.
So I did some quick research.
AngularJS was also developed by Google, but since it had many shortcomings, the developer who created AngularJS seems to have rewritten the code from scratch.
Some features are inherited, but it seems that it should be considered basically a different framework.

Features

  • Works on all platforms
  • Suitable for creating SPAs
  • Bidirectional data binding
  • Component Thought Architecture
  • RxJS

What you need to know to develop

  • TypeScript
    • A JavaScript superset that compiles to a clean JavaScript output.
    • On Angular, you will basically use this
  • Angular CLI
    • CLI for Angular apps project generation
  • lonic
    • The useful framework for creating HTML5 hybrid mobile apps

Original Link: https://dev.to/yukikmt/whats-angular-5be0

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To