This question pertains to code organization. I am the author of an Angular package called ng-simple-slideshow. By far the longest file is the component.ts file of the slideshow. It's so long that it's becoming hard to read.
What would be the angular way of separating this code for organization and readability?