Angular cli CKEditor path not found -


i'm trying include ckeditor package downloaded official website inside angular-cli.json file i'm getting error: (file not found)

get http://localhost:4200/ckeditor/core/loader.js

angular-cli.json -

 "scripts": [     "vendor/ckeditor/ckeditor.js"   ], 

what i'm missing?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -