Angular-CKEditor组件 在Angular应用程序中使用所见即所得。 安装 在您的应用程序中包括CKEditor javascript文件: [removed][removed] 安装ng2-ckeditor JSPM: jspm install npm:ng2-ckeditor NPM: npm install ng2-ckeditor 纱: yarn add ng2-ckeditor SystemJS配置: System . config ( { map : { 'ng2-ckeditor' : 'npm:ng2-ckeditor' , } ,