DEV Community

Discussion on: Explaining Angular JS to You Like You're Five.

Collapse
 
michaelhonan profile image
Michael

Probably should mention that Angular is different to AngularJS. Angular uses typescript, and AngularJS is javascript. AngularJS is deprecated.

Collapse
 
stargator profile image
Stargator

Also, there's AngularDart which is coming out with version 5. Just FYI. It's listed on the Angular.io website when you switch between the versions

Collapse
 
cat profile image
Cat

Added the correction. Thanks for the reminder.