Closed phil123456 closed 5 years ago
The document are used angular 7.x. I think you should check your build progress.
The document are used angular 7.x. I think you should check your build progress.
I know all the words in this phrase , yet I dont understand what you're trying to communicate I'll try updating my project if it's what you mean ;-)
Sorry, my English is a little poor.
The repo demo url(https://hstarcomponents.github.io/ngx-ckeditor/) are build with angular 7.x and ckedtior 4.9.1, it works fine.
ngx-ckeditor@8.0.0 for angular 8.x released.
just updated , it simply does not work it cannot even find the files on the CDN...
https://i.imgur.com/b7PGdBe.png ( I tried with the "/full" and without it, seems these files dont even exist)
I tried setting it up in the app component html
<script src="//cdn.ckeditor.com/4.7.1/full/ckeditor.js"></script>
<ck-editor name="editor1" [(ngModel)]="editorValue" skin="moono-lisa" language="en" [fullPage]="true"></ck-editor>
it's just not appearing in the final html page, it gets removed
what the actual f..????
Why not see my demo : https://github.com/HstarComponents/ngx-ckeditor/tree/master/examples If you can't find ckeditor in cdn, you can download it on your project.
ok I finaly found the issue the script tag must be in index.html, not app.component.html my bad
That's good.
hello,
I try to add to my index.html but it gets removed
if I donwload the "ckeditor.js" and put it in my assets folder, loading it with angular.json "scripts" entry point, then the script loads but it cannot find languages and css files
can you update your documentation for angular 7 ?, aparently it does not work anymore
regards