mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b1f5181ffd
Those APIs date back to pre-ivy times and are long deprecated. BREAKING CHANGE: `ComponentFactoryResolver` and `ComponentFactory` are no longer available. Pass the component class directly to APIs that previously required a factory, such as `ViewContainerRef.createComponent` or use the standalone `createComponent` function.