Reputation: 378
> ## Is it possible to run angular 2 with out using typescript? ##
I am trying to learn angular 2, now my question is before learning angular 2 typescript learning is mandatory or not?
Upvotes: 0
Views: 575
Reputation: 719
Is not mandatory, but I would learn it if you want to get better in the framework. The things you will learn are used in many other languages, so you will not only learn "Typescript".
You can start learning Angular with their tutorial and you will start to understand some things of Typescript, then try to understand both.
Upvotes: 1
Reputation: 6546
I am trying to learn angular 2, now my question is before learning angular 2 typescript learning is mandatory or not?
No, you can run angular2 without typescript.
See here: Link
But Angular's doesn't provide much samples using JavaScript
Upvotes: 1