DEV Community

Cover image for AngularJS Recap in 2 Minutes

AngularJS Recap in 2 Minutes

Steffen Pedersen on January 14, 2020

I recently got a new job 🎉 One of the first projects I am going to work on is build with AngularJS. I will for that reason look into the old framew...
Collapse
 
bradtaniguchi profile image
Brad

I see this article missing two things:

  1. Dependency Injection - DI is one of the core features of AngularJS.
  2. Angular(2+) - AngularJS is in LTS until 2021, so the framework is effectively a legacy framework. It's suggested to use Angular for future projects. 😄

Other than that nice quick article on the major features of good ol AngularJS :D

Collapse
 
steffenpedersen profile image
Steffen Pedersen

You're right! Thank you 😄

Collapse
 
smilydawra profile image
smilydawra

Quick summary! Nice one!