DEV Community

Discussion on: How do you Think in Angular?

Collapse
 
larsklopstra profile image
Lars Klopstra ⚡

Just do it! Build a simple app with only components and routing, does it work? Continue with a todo list, does that work? Build a simple app which does HTTP requests. You'll get stuck but you can always Google the errors. I went from Vue to Angular in just one week by trying out a lot of things and reading the documentation :)