Open chrisvanderkooi opened 5 years ago
is this still an issue @chrisvanderkooi ?
still an issue here .. using angular 7
Para mi sigue siendo un problema,alguna posible solución.
it is still a problem in angular 9
change : "./node_modules/froala-editor/css/froala_editor.pkgd.min", by "./node_modules/froala-editor/css/froala_editor.min",
I generated a new project using the Angular CLI
ng new angularFroala3
then installed Froala 3
npm install angular-froala-wysiwyg
I inserted the following into my angular.json
and imported the Froala modules into my app.module.ts
When I type
ng s
I get compile warnings (still compiles and works) from thepostcss-loader
Any ideas? Followed the guide to the tee