Akram El Meddeb

Results 2 comments of Akram El Meddeb

@DwieDima @sean-perkins I was able to fix the bug with this code: ``` export class ModalOutletPage implements OnInit { @Input() public component: HTMLElement; @Input() public componentProps: unknown; isModalInitialized: boolean =...