mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 02:10:15 +00:00
47 lines
2.8 KiB
Markdown
47 lines
2.8 KiB
Markdown
# Angular framework
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for Angular framework in the context of Developer Ecosystem.
|
|
|
|
## Table of Contents
|
|
|
|
1. [App Development](#app-development)
|
|
- [Frontend](#frontend)
|
|
- [Continuous Delivery](#continuous-delivery)
|
|
1. [Architectural Foundations](#architectural-foundations)
|
|
- [Kubernetes Tools](#kubernetes-tools)
|
|
- [General Reference](#general-reference)
|
|
1. [Frontend Development](#frontend-development)
|
|
- [Web Frameworks](#web-frameworks)
|
|
- [Angular](#angular)
|
|
- [Angular Build](#angular-build)
|
|
|
|
## App Development
|
|
|
|
### Frontend
|
|
|
|
#### Continuous Delivery
|
|
|
|
- **(2019)** [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--warning'>[TYPESCRIPT CONTENT]</span> <span class='md-tag md-tag--success'>[ENTERPRISE-STABLE]</span> <span class='md-tag md-tag--secondary'>[GUIDE]</span> — Details clean patterns for deploying Angular-based web applications on OpenShift. Demonstrates injecting environment variables at container start time instead of packaging distinct, static bundles for each target environment.
|
|
## Architectural Foundations
|
|
|
|
### Kubernetes Tools
|
|
|
|
#### General Reference
|
|
|
|
- [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> — A curated technical resource and architectural guide covering javascript.plainenglish.io: Angular is Costing Companies Billions in the Kubernetes Tools ecosystem.
|
|
## Frontend Development
|
|
|
|
### Web Frameworks
|
|
|
|
#### Angular
|
|
|
|
- **(2026)** [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 web framework. Highly optimized for scalable single-page application (SPA) architectures, it provides built-in routing, state handling, and dependency injection.
|
|
#### Angular Build
|
|
|
|
- **(2026)** [angular.io: Building and serving Angular apps](https://angular.dev/guide/build) <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Official instructions covering deployment execution and active asset compilation within the Angular CLI environment. Emphasizes production bundling configurations, static asset caching, and lazy loading strategies.
|
|
|
|
---
|
|
💡 **Explore Related:** [Python](./python.md) | [Dom](./dom.md) | [Java_Frameworks](./java_frameworks.md)
|
|
|