Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

I am Front end developer want to learn a AngularJS.. Please guide me the track/Step to start angularjs.. Need

Hi, I am working as an Front End Developer.. with basic knowledge of JS.. Mostly i used Jquery and Jquery plugins to perform Js Task I need to learn AngularJS .. Coz my team developing an app in Ruby.. They want to reduce the page time load etc... by using Angular.. Can you help me with the Track or steps to Learn AngularJS.. please let me know the Enrollment which i have to subscribe to get the most out of it

1 Answer

Steven Parker
Steven Parker
231,261 Points

:point_right: You probably want this course: Angular Basics

Although I would not expect Angular to significantly reduce initial page load time. Depending on how you use it, it might actually extend load time.

On the other hand, if you do a lot of updates (AJAX) after the page is loaded, you may notice improvement there.