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 -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -