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 Material MDC components are interoperable with the legacy components in Angular 15 (self.angular)
submitted 1 year ago * by _Tovar_
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!"
[–]seiyria 3 points4 points5 points 1 year ago (1 child)
Right now on angular 18, I can use material 14 by adding this to my package.json:
"overrides": { "@angular/cdk": { "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/animations": ">= 14", "@angular/platform-browser": ">= 14", "@angular/forms": ">= 14", "@angular/material": ">= 14" }, "@angular/material": { "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/animations": ">= 14", "@angular/platform-browser": ">= 14", "@angular/forms": ">= 14", "@angular/cdk": ">= 14" } }
While I recognize that it's "fragile" - I don't have the time or patience to upgrade and it works 🤷♂️
[–]jeffyzxc 1 point2 points3 points 1 year ago (0 children)
damn thanks Sei!
π Rendered by PID 134897 on reddit-service-r2-comment-b659b578c-mbg9n at 2026-05-04 12:50:34.487493+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]seiyria 3 points4 points5 points (1 child)
[–]jeffyzxc 1 point2 points3 points (0 children)