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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -