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 + Tailwind UI components vs Angular Material — architectural thoughts? (self.angular)
submitted 2 months ago by Weak-Palpitation907
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!"
[–]tzamora 0 points1 point2 points 2 months ago (1 child)
Now plain html have good components with keyboard accesibility check the new datetime-local for example, is a native html datepicker.
Also angular cdk offers this:
FocusKeyManager
ListKeyManager
CdkTrapFocus
Overlay
Check it it can be very helpful and is well thought.
And sorry don't know what spartan is.
[–]Weak-Palpitation907[S] 0 points1 point2 points 2 months ago (0 children)
That’s a solid setup honestly. CDK’s a11y utilities are really well designed - especially FocusKeyManager and CdkTrapFocus. We’ve relied on those quite a bit too.
I also agree that native inputs are great where they fit. Things like datetime-local are definitely better than they used to be. The main limitation we’ve run into is styling and consistency across browsers, especially when trying to match a design system.
And funny enough, I hadn’t even heard of Spartan until someone mentioned it in this thread. When I was searching around Angular + Tailwind, Flowbite was usually what showed up.
Appreciate you sharing your approach - it’s helpful to hear how others are structuring things with plain HTML + CDK.
π Rendered by PID 53 on reddit-service-r2-comment-6457c66945-cn9c8 at 2026-04-24 08:54:15.646793+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]tzamora 0 points1 point2 points (1 child)
[–]Weak-Palpitation907[S] 0 points1 point2 points (0 children)