Are you an experienced #Angular developer? What's a small app you recommend I make that touches upon all parts of a typical web app and Angular without being overly complex/overwhelming?
@celia When trying out a new technology, I like going bonkers on a trivial application. You could build a simple todo-app and link it to a database, make sure you get all architectural layers right (Models, Views, Services, Controllers) and add some bloat to it (deadlines, subtasks, etc., etc.). I like building todo apps a lot, since they are easy to get started with, and are arbitrarily expandable. :)
@celia When trying out a new technology, I like going bonkers on a trivial application. You could build a simple todo-app and link it to a database, make sure you get all architectural layers right (Models, Views, Services, Controllers) and add some bloat to it (deadlines, subtasks, etc., etc.). I like building todo apps a lot, since they are easy to get started with, and are arbitrarily expandable. :)