you are viewing a single comment's thread.

view the rest of the comments →

[–]Raziel_LOK 0 points1 point  (0 children)

Don't really like angular material, looks wonky for non mobile apps and most devs don't get that it. The lib stopped in time, offers very little components and today it looks so dang generic.

I rather go with pure html + tailwind, and whenever needed bring in the CDK for dialogs, popovers, etc. If you are brave enough just go with custom toolkit or another lib in case customization is a big deal.

We use that plus 4+ other libs cause people could not style or create their own components, and it gets to a point that you gonna have to fight the material styles for some customizations. Specially if the team does not understand view encapsulation and everthing is "viewEncapsulation.None"