Starting Angular 2 questions

Is it advised to start learning Angular 2 with out much experience with Typescript?
Is is safe to think that all of my current development with AngularJS is going to need to be upgraded to Angular 2?
I see that there is some focus on using Visual Studio with Anglar 2, does Visual Studio have the what you need to get started (I have access to it)? Thanks for any help!

1 Like

There’s an upgrade path where you can slowly introduce Angular 2 components in an Angular 1 app but yes, it’s very different in design and not a lot of angular 1 code is very useful in angular 2.

Don’t be too concerned about not knowing Typescript, just dive in and see if it starts to make sense.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.