Standalone components were introduced in Angular 14 and have been actively used since Angular 17 and it's a default state for component since Angular 19. Currently users can access catalyst components only by importing all of them via catalyst module which doesn't correspond to module-less, lightweight and performant approach we are following now.
Describe the solution you'd like
Introduce catalyst components as standalone for angular build.
Standalone components were introduced in Angular 14 and have been actively used since Angular 17 and it's a default state for component since Angular 19. Currently users can access catalyst components only by importing all of them via catalyst module which doesn't correspond to module-less, lightweight and performant approach we are following now.
Describe the solution you'd like
Introduce catalyst components as standalone for angular build.