Frontend Development ยท Angular
How should components and templates be used in a production Angular application?
Keep templates declarative, move business logic into services or focused component methods, and split large feature components into smaller presentational and container components.