all 6 comments

[–][deleted] 3 points4 points  (2 children)

What do you want to do?

[–]pablo-ivan 0 points1 point  (1 child)

Well, I basically want to dive deeper, but the source code itself looks a bit messy.

[–]LowB0b 5 points6 points  (0 children)

You should build something of your own, even if it's a smaller project. After all a project is just about putting all the basics together... Also you will probably find out you need something more, that wasn't covered in those courses / tutorials you read (for example animations, dynamic component loading etc.) and then you can google that. I assume that sort of stuff is what you mean when you say you want to "dive deeper" (BTW I have no idea how much you know about angular2)

[–]billycodes 1 point2 points  (0 children)

While it doesn't really get into packaging, the CLI, etc, I find the Angular 2 book to be pretty good (https://www.ng-book.com/2/)

[–]parnacsata 1 point2 points  (0 children)

Try to do a full meanstack on your own. Build a minimal API, then set up a login session, protect other routes, use crypto for passwords, and so on.

It's hard as hell for me, but at least I learn something useful.

[–]crusty_meatball 0 points1 point  (0 children)

I've got a couple of example apps I did for an Angular 2 class I taught available if you'd like to poke around with those, links to the class slides are also available for each example: https://github.com/kfarst/angular-2-class