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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -