Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You'd be better off spending the weekend just going over the docs to get the high level concepts. They have examples you can play with. Understanding how the pieces fit together is the most important part (DI, zones, services, filters, interceptors, httpclient, bootstrapping, components, syntax, builds).
After that learn rxjs. If you don't, you're going to have unmanageable garbage as angular. -
ngCry3164y@SortOfTested Thank you, I actually did that, but I feel in order to really understand it (especially how to purposefully use rxjs) I have to build a small app with it that goes a bit beyond the usual todo list :)
-
@ngCry Well....
Take an excel sheet with some data and convert it to an interactive web application. -
@ngCry
What @IntrusionCM suggests is a good idea. I would suggest excel itself would be the application to implement.
Build a table application that allows you to mutate the table, and use rxjs to implement the operations and formulas in cells. This would be an excellent way to learn RFP, how updates function in angular, and how to share observables and operator compositions. -
I'd recommend you to get familiar with:
- Dependency injection
- Components and their templates
- Component Input & Output
- Module declarations and providers
- Router
- ngIf, ngFor, ng-template, ng-content
Try to not use the command "ng generate" as you'll learn more if you write the class yourself, it's not much anyway.
Skip the testing stuff as it is not needed in the beginning.
You can follow their guide and implement the heroes tutorial.
Related Rants
-
armandventer17Dear gradle, no offense but I believe Rome took less time to build!
-
diegovincent37Hi, I am a Javascript apprentice. Can you help me with my project? - Sure! What do you need? Oh, it’s very...
-
imTachu15* Finds out about devRant * * Gets all super excited about expressing dev feelings * * Spends 30 mins thinking...
Im learning Angular for my new job. You guys have any suggestions on what I can build (over the weekend) to learn as much about the Framework as possible?
question
ideas
build
angular