angualr2 使用ueditor
摘要:1、安装 把 UeditorModule 模块导入到你项目中。 2、使用 3、关于懒加载 懒加载在未到 wdinow.UE 时会启动,如果你在 index.html 已经使用 <script src="ueditor.all.js"></script> 加载过,懒加载流程将会失效。 加载语言注意点
阅读全文
Angular4--父子元素间的通信
摘要:通过app.module定义模块的父子关系(记得导入对应的模块): import { AppComponent } from './app.component'; import { ParentComponent } from './main/parent/parent.component'; im
阅读全文