-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
Description
Summary
The Kubernetes package needs modernization to align with the Angular 20 migration completed in the core and cloud-foundry packages.
Current State
- 102 SCSS files with component-scoped styles using BEM notation — not yet migrated to Tailwind
- 6 files using deprecated
ComponentFactoryResolver/ ViewEngine patterns - 13 skipped/pending test specs out of 96 total
- No
@angular/materialimports (already removed) - Mix of standalone and NgModule-based components
Scope
- Replace
ComponentFactoryResolverwith modern Angular patterns (6 files) - Migrate SCSS to Tailwind where practical (102 files, can be phased)
- Review and fix or remove 13 skipped test specs
- Convert remaining NgModule components to standalone
Files with deprecated ViewEngine patterns
kubernetes-home-card.module.tskube-config-auth.helper.tskube-config-import.component.tskubernetes-resource-viewer.component.tshelm-release-summary-tab.component.tshelm-release-resource-graph.component.ts
Reactions are currently unavailable