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

JavaScript Angular Basics Angular Form Validation Styling Form Inputs

Tim Andrews
Tim Andrews
3,347 Points

Where do I go from here?

I am currently trying to teach myself Angular and while this course was a great help I am having a hard time figuring out where to go from here. I have looked around online at tutorials and such but a lot seems quite advance.

Does anyone have any advice?

1 Answer

Linda de Haan
Linda de Haan
12,413 Points

Treehouse also has the Angular CLI workshop which is worth doing: https://teamtreehouse.com/library/introducing-the-angular-cli

I did the tutorial by NativeScript, which is a nice start and also introduces NativeScript, which you'll be using along Angular a lot. In this tutorial you'll build a grocery list: https://docs.nativescript.org/angular/tutorial/ng-chapter-0

And beyond all the tutorials, I can only say: Create a new project and just start coding!

It can sometimes be a little difficult to start at something, but I always find it helpful to just start with something simple, get that working and continue from there. Good luck!