In my project I need to implement CKeditor with Angular 2. I also need to add extra plugins, link attachment, video, audio etc. Custom plugins I need to add into plugins folder of node_modules/ckeditor or bower_components/ckeditor. If I do with npm or bower, my custom settings for extra plugins will get overridden while doing npm install or bower install. So what is the best way to do this Angular 2. Please help.
Thanks, Dipali