mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-14 02:40:27 +00:00
25 lines
2.1 KiB
Markdown
25 lines
2.1 KiB
Markdown
# Angular framework
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for Angular framework in the context of Developer Ecosystem.
|
|
|
|
## Standard Reference
|
|
|
|
- [developers.redhat.com: Handling Angular environments in continuous delivery' with Red Hat OpenShift](https://developers.redhat.com/blog/2019/11/27/handling-angular-environments-in-continuous-delivery-with-red-hat-openshift) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
- [javascript.plainenglish.io: Angular is Costing Companies Billions](https://javascript.plainenglish.io/enough-why-its-time-to-rip-out-angular-7d831802c8a2) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
|
|
## Frontend Development
|
|
|
|
### Web Frameworks
|
|
|
|
#### Angular
|
|
|
|
- **(2016)** [angular.io](https://angular.dev) <span class='md-tag md-tag--warning'>[TYPESCRIPT CONTENT]</span> <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Angular is Google's enterprise-grade, component-based TypeScript framework for building scalable web applications. Rebranded to angular.dev, it features a modern rendering engine (Ivy), built-in dependency injection, robust routing, and reactive state management via RxJS. It is optimized for large-scale, high-performance single-page applications (SPAs).
|
|
#### Angular Build System
|
|
|
|
- **(2016)** [angular.io: Building and serving Angular apps](https://angular.dev/guide/build) <span class='md-tag md-tag--warning'>[TYPESCRIPT CONTENT]</span> <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — This official guide delineates the compilation, optimization, and serving mechanisms of the Angular CLI. It details transition paths from Webpack to modern Vite and Esbuild engines, which dramatically reduce build times. Understanding this system is crucial for optimizing production bundles, enabling tree-shaking, and managing environment configurations.
|
|
|
|
---
|
|
💡 **Explore Related:** [Postman](./postman.md) | [Visual Studio](./visual-studio.md) | [API](./api.md)
|
|
|