Category: Angular
Angular framework tutorials
Creating Components in Angular
Generate components with the CLI and declare/import them correctly.
Angular Component Structure
Read @Component metadata: selector, imports, templateUrl, styleUrl.
Component Lifecycle in Angular
Understand creation, change detection, and destruction phases.
Interfaces and Types in TypeScript
Describe object shapes with interface and type aliases.
TypeScript Basics for Angular
Get comfortable with TS types, classes, and modules used everywhere in Angular.
Variables and Data Types in TypeScript
Use string, number, boolean, arrays, unions, and any/unknown wisely.