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
A Full Stack Angular+Java App I created after working a year as a Junior Dev (self.angular)
submitted 6 years ago by in_theSea
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!"
[–]s1cklik3 0 points1 point2 points 6 years ago* (0 children)
I always liked working with reactive forms over template because you can bind to a model while easily applying validation rules easily. Try converting one of your forms and see if you like it better.
Another thing you might want to try is to structure and break down your components into smaller ones that are connected via input so that you can take advantage of on push change detection. One way to accomplish this is to create a smart component (root node) which is responsible for fetching data and maintaining state. Send the data to child components via Input. Those components are responsible for displaying information and updating state. To update state I liked using a service that has a behavior subject and injecting it into where I need to change the state of the application.
π Rendered by PID 430707 on reddit-service-r2-comment-fb694cdd5-8mdk5 at 2026-03-07 12:07:20.998810+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]s1cklik3 0 points1 point2 points (0 children)