如何从一个viewContainerRef克隆一个viewRef到另一个viewContainerRef?

时间:2019-03-17 15:53:52

标签: angular

如何从一个组件的另一个组件克隆viewRef。
我可以移动viewRef,但我想克隆它们。

需要帮助来构建下一版@ngu/carousel

https://github.com/sheikalthaf/ngu-carousel/blob/49c402ab917b73a08a10cd6aca4f997666ac2393/projects/carousel/src/lib/carousel.m.ts#L238

在此功能中,不是克隆而是创建项目。为了避免这种情况,我想从this._nodeOutlet.viewContainer

中克隆项目
rightViewContainer.insert(this._nodeOutlet.viewContainer.get(i));

如果我喜欢这样做,它将视图移至rightViewContainer。但是我想克隆

任何有角度的专家都可以帮助我

0 个答案:

没有答案