DEV Community

Discussion on: My favorite Angular libraries to use in any project

 
frostqui profile image
Diego López

Maybe you can use the inheritance of Angular components, although I don't know if you can inherit from component libraries.

Another option is create your component with the same properties as those of the library. Inside your component you call the component of the library with the same parameters.

Thread Thread
 
cuneytdalan profile image
cuneytdalan • Edited

I can extend the functions of the component but i cannot accually extend the template of it. Is there any way that you know to use the template of the primeng component's template?

Thread Thread
 
frostqui profile image
Diego López

Unfortunately, I don't know a way to do that.

Thread Thread
 
cuneytdalan profile image
cuneytdalan

Okey thank you.