const factory = this._resolver.resolveComponentFactory(CustomComponent); const component = factory.create(this._injector); component.instance.text = 'Custom text'; component.changeDetectorRef.detectChanges();