组件重排

可以快速上手的开发文档

#组件重排
组件重排

angular6 利用 ngContentOutlet 实现组件位置交换(重排)

ngContentOutlet指令介绍ngContentOutlet指令与ngTemplateOutlet指令类似,都用于动态组件,不同的是..