Angular how to do class inheritance correctly and is it possible
I want to create a class to work with the data that the component will give me. I came to the conclusion that I want to create a base class, and several children in which there will be some functionality, how to implement it correctly in Angular and where to put these classes.