1. Template Member Access


Any public member of the class can be used in the template. Private members are not accessible and will cause a TypeScript error in strict mode.







2. Standalone Components


Standalone components (standalone: true) are the default since Angular 17. A component does not need to be declared inside an...