DEV Community

Discussion on: Angular. Where to start?

Collapse
 
steveblue profile image
Stephen Belovarich • Edited

If you have experience with Java, you may appreciate the Decorator pattern and strong typing in Angular.

Great first place to start.

angular.io/tutorial

When you want to learn about a specific topic, read the docs on angular.io. If you learn better with presentations, comb through the multitude of talks from past ng-conf on Youtube. Lots of great knowledge passed on from the Angular team.

youtube.com/user/ngconfvideos

ng-book is a fantastic resource.

newline.co/ng-book/2/

There's a lot of people on the Angular Gitter who can help.

gitter.im/angular/angular

Welcome to the Angular community! Angular is a wonderful framework.

Collapse
 
stefandrl profile image
Stefan Drl

Thanks, Steve!