angular-froala-wysiwyg
angular-froala-wysiwyg copied to clipboard
Warnings while compiling froala_editor.pkgd.min.css (postcss-loader)
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
"styles": [
"./node_modules/froala-editor/css/froala_editor.pkgd.min",
"./node_modules/froala-editor/css/froala_style.min.css",
"src/styles.css"
],
"scripts": [
"./node_modules/froala-editor/js/froala_editor.pkgd.min.js"
]
and imported the Froala modules into my app.module.ts
When I type ng s
I get compile warnings (still compiles and works) from the postcss-loader
WARNING in ./node_modules/froala-editor/css/froala_editor.pkgd.min.css (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/froala-editor/css/froala_editor.pkgd.min.css)
Module Warning (from ./node_modules/postcss-loader/lib/index.js):
(Emitted value instead of an instance of Error) autoprefixer: /Users/chrisv/Web/angularFroala3/froala_editor.pkgd.css:757:27: auto-fill value is not supported by IE
ℹ 「wdm」: Compiled with warnings.
Any ideas? Followed the guide to the tee
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",