S
Size: a a a
S
S
S
S
S
S
const formControl = new FormControl(...);
const ngControl = new FormControlDirective(...);
ngControl.form = formControl;
ngControl.ngOnChanges({
formControl: new SimpleChange(null, formControl, true),
})
const injector = Injector.create({
providers: [
{ provide: NgControl, useValue: ngControl },
],
parent: parentInjector,
})
const componentRef = factory.create(injector, ...);
S
ДК
FL
FL
S
FL
S
FL
S
S
FL
ЭП
ЭП