DEV Community

Discussion on: Angular. Where to start?

Collapse
 
lysofdev profile image
Esteban Hernández • Edited

Angular 2+ hasn't changed much so most tutorials are still relevant. The most important concepts can be learned from the official Angular docs. Once you understand the framework, you'll have an easier time implementing your app's features.

Typescript is just Javascript with types like Java. It's all optional so vanilla Javascript is automatically Typescript.

Edit: Also checkout RxJs.

Collapse
 
stefandrl profile image
Stefan Drl

Thank you, Esteban! I was really concerned about this version/release stuff.