在主体angular2上附加内容

时间:2018-08-09 18:36:47

标签: angular angular5 angular2-template angular2-services angular2-directives

尝试在身体上显示弹出窗口。已完成最多但未出现在身体上。始终放置在my-app中。帮助我解决此问题。

dialog.components.ts:

 constructor(private domService: ModalService) { }

 ngOnInit() {
 this.domService.appendComponentToBody(DosComponent);
 }

0 个答案:

没有答案