Angular (TypeScript Framework)
Angular is an application design framework for building web, mobile, and desktop applications with TypeScript. It's most popular use is to develop web applications.
Angular Concepts
Angular applications are made up primarily of components, services, and modules that, when assembled, form the application.
Components
Angular components are the visual building blocks of an Angular application, made up of an HTML template, a TypeScript class, and an optional stylesheet.
Part | Purpose |
---|---|
HTML Template | Defines visual elements |
TypeScript class | Define behaviors |
Stylesheet | Defines how visual elements from the HTML template are displayed |
Angular Resources
Deeper Knowledge on Angular (TypeScript Framework)
Angular CLI
Learn Angular
Modify Response Headers in Angular Proxy (ng serve)
Use 'bypass' to modify request and response headers in the Angular Proxy
Broader Topics Related to Angular (TypeScript Framework)
TypeScript
TypeScript: A programming language that adds optional static typing to JavaScript