How to split large file into many angular files, while remaining in the same class?
C# has partial classes and in one class to keep a lot of data in different files.
Why I don't want to create subclasses and to invest them? it is difficult to communicate the hierarchy top-down. And in Typescript and Angular I have not found someone like me a huge file split into parts so, like all methods are in one place.
Prompt, how such to implement?