1
我想知道是否有任何方式從Angular2中的動態加載組件傳回數據。我通過使用從動態加載的組件傳回數據返回到父頁面Angular2
this._dcl.loadIntoLocation(...).then(component => {
component.instance.variable = this.variable;
}
在完成任務的組件內,在我的情況下,模態組件數據,我可以以類似的方式傳遞數據或變量回來了?提前致謝。
非常感謝的人,尤其是閱讀材料 – ConorJohn