前言 上一篇使用 *ngComponentOutlet 的方式來動態產生元件,本篇要跟大家分享的是 ViewContainerRef,在程式中產生元件實體後再嵌...
昨天我們介紹了使用 *ngComponentOutlet 的方法來動態產生元件,其實它是一個使用 ViewContainerRef 來顯示不同內容的行為,因此我...
Introduction In this article, we will continue learning ComponentFactoryResolve...
Introduction Since Angular2 doesn't have $compile equivalent, we could use Comp...