DEV Community

Discussion on: Should I learn Angular Js or Angular 6?

Collapse
 
dotnetcoreblog profile image
Jamie

I agree with Mauro's comment to an extent.

If you want to work on newer applications (sometimes called "greenfield" applications) then Angular (they dropped the "Js" suffix with version 2) is the way to go.

Once you are comfortable with Angular, I would recommend taking a look back at how AngularJs did things. That way you'll be able to appreciate the changes that they have made over the years.

N.b.

Angular = everything from Angular version 2.0 and above
AngularJS = The OG version of Angular (they changed the name slightly with the launch of version 2)