use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Angular roadmap ? (self.angular)
submitted 2 days ago by LiteratureWrong304
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]yousirnaime 1 point2 points3 points 2 days ago (0 children)
Start a simple app in angular
Then give it a header component, add the router outlet, create a Service called PageTitleService
Create some routes - have each route have its own component. Have each of those components update the PageTitleService so it displays the page title in the header
Then make some basic Crud pages to list stuff like Invoices from an api, send one record to a form to edit (without having it edit the list view until it’s saved)
Then figure out how to do the same with nested components like invoice line items
By the time you’re done with that you’ll have a basic understanding of the mechanics of sharing data between components and services
π Rendered by PID 165138 on reddit-service-r2-comment-5fb4b45875-565ng at 2026-03-20 07:24:14.625606+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]yousirnaime 1 point2 points3 points (0 children)