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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -