This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Angular 6 Package format compliance #55
Comments
Repo hasn't been updated in a while, you can get around this by adding it to the
|
@kmorales13, I have the same problem. It did not help me. |
me too same problem |
@kmorales13 Thanks a big bunch, it helped me! |
Include quill editor in tsconfig.app.json like this{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"include": [
"src/**/*.ts",
"node_modules/ngx-quill-editor"
],
"exclude": [
"src/test.ts",
"src/**/*.spec.ts"
]
} |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just upgraded our application, I'm getting this error on runtime:
any chance that this will get sorted out?
The text was updated successfully, but these errors were encountered: