+ 10
What is the difference between Angularjs and Angular 5?
Can I start to lean Angular 5 before Angularjs?
5 Answers
+ 4
Shawn Kovac what is the point of learning an older framework? Legacy code maintenance?
+ 3
Just Google it I guess.
+ 2
yes, and not only *can* you, but it is *better* to learn the latest Angular before you learn a previous version of Angular.
0
Kingstone Jully Angular js supports only JavaScript, it's not mobile friendly, it follows MVC structure.
Whereas, Angular supports Typescript, which is a superset of JavaScript. This will be transpiled to JS before rendering, unlike JS. Angular will have a good structure of components, modules. It's mobile friendly.