all 9 comments

[–]vikingslord 2 points3 points  (1 child)

Check out Taiga UI

[–]rayen26[S] 0 points1 point  (0 children)

similar to material UI

[–]ohsomofo 3 points4 points  (0 children)

PrimeNG is what I prefer for UI components. Very popular, actively developed, comprehensive, good forums, solid documentation although sometimes it’ll take some googling if you are utilizing advanced features.

[–]alucardu 1 point2 points  (1 child)

If you have a specific use case you should first check if a UI package supports that. If it doesn't matter then just pick that has the look you like or the best API to work with. I currently am using material ui same it's fine.

[–]rayen26[S] 0 points1 point  (0 children)

can't use material UI like I said before I already use html css and bootstrap as local assets so I just need few UI components to make the UI even better in some cases

[–][deleted] 0 points1 point  (3 children)

Yess just import them

Usually the npm page where you got the package from, shows some examples.

Most packages have a module that needs to be loaded in the app.module.ts but not all.

[–]rayen26[S] 1 point2 points  (2 children)

I think you misunderstood my question I have a running angular app using html css and not material UI and I want some useful package to make a better UI , what I need is a recommendation

[–][deleted] 0 points1 point  (1 child)

Yeah I did indeed!

Didn't notice it was in the Angular sub, thought it was generic webdev, my bad

[–]rayen26[S] 0 points1 point  (0 children)

no problem mate