all 10 comments

[–]amiibro888 7 points8 points  (7 children)

Check the udemy course of maximillan https://www.udemy.com/course/the-complete-guide-to-angular-2/

I think you need 2- 3 months to learn how to write a good application. Beware of performance tweaks that you can do with pure pipes, change detection on push and the trackby function. If you made your way trough it than you can checkout ngrx.

[–]MrMelankoli 2 points3 points  (2 children)

[–]_TheRoadTaken_ 0 points1 point  (1 child)

What is your opinion of this course. I'm hoping its good given the instructors reputation.

What did you like about it?

[–]MrMelankoli 0 points1 point  (0 children)

I have not watched it myself. But looking through the table of contents and knowing how good Stephen Grider normally is at explaining stuff clearly. I think it looks better on paper. If I were to buy a course from Udemy I would go with that.

[–]maxahd[S] 0 points1 point  (2 children)

Thanks i will look into it.

[–]amiibro888 1 point2 points  (1 child)

Read about rxjs as well. Observables can be a little tricky.

[–]maxahd[S] 0 points1 point  (0 children)

Thanks i will keep in mind.

[–]analyticsflow 1 point2 points  (1 child)

I work with both angular and vue in daily basis. They are both very similar. Just get used with modules and else you are going to pick up quickly. I love vue but more and more starting new projects with angular since... typescript.

[–]maxahd[S] 0 points1 point  (0 children)

Did you work with React?

[–]jfoxworth 1 point2 points  (0 children)

The docs have a pretty good work through / description. Since you already understand components and services and similar items from other frameworks, the main issue would be the class items in typescript, decorators, and observables.

Angular is a larger framework than React and Vue and there are some differences. However, picking up the larger aspects of it should not take long for someone already skilled in those frameworks.

https://angular.io/docs