NetanelBasal
10/24/2017 - 10:53 AM

sweetalert3.ts

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