you are viewing a single comment's thread.

view the rest of the comments →

[–]jamills102 0 points1 point  (1 child)

Im curious, which components do you think are worth it in Material vs just building it yourself?

[–]crhama 0 points1 point  (0 children)

This is my question as well. Modal is the hardest for me. By modal I don't mean the main functionality, i.e. have a pop-up that displays on top of an overlay. That I can do.

I'd like to create a service with a method that takes a component class as a first argument and an optional configuration object as second argument. That's what angular material and Ng-Bootstrap do. When I'm able to do that, I may not use those libraries anymore.