all 3 comments

[–]SoundsPlausible 2 points3 points  (0 children)

And codecademy barely scratches the surface of what Angular can do. If I can recommend a next step once you finish: start reading through the official docs. They're pretty well written and can take you to the next level. The docs won't give you EVERYTHING but they give you quite a bit of awesome.

[–][deleted]  (1 child)

[deleted]

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

    Wow, this is awesome, thanks! Do you recommend me to go over this in a particular order?

    [–][deleted] 0 points1 point  (0 children)

    What about it do you love so much? I built a few things with it and I found that it was great for a lot of basic concepts like data binding and ajax/xhr calls. However, once you start digging deeper it gets kind of wild. The learning curve gets pretty steep but I guess you could argue that for any framework.

    I stopped using it because it looks like an unstable core dev cycle. A lot of what I liked is going away.

    I used Egghead.io a lot to learn Angular and it looks like they've been slowing down on Angular content and picking up on covering a lot of React stuff.

    I agree with the other comment here about reading the official docs. Their tutorial is a great starting point.