-
在进行import导入时报错
import { QuillModule } from 'ngx-quill'
imports: [
QuillModule
],
ERROR in ./node_modules/ngx-quill/fesm2015/ngx-quill.js
Module not found: Error: Can't resolve 'quill'
-
Hello!
My project is upgraded to angular8.0.0 and then this problem occurs.
![image](https://user-images.githubusercontent.com/31099619/59257571-c91b2e80-8c68-11e9-89e3-5af104117265.png)
-
-
Hi, I wan to translate using ngx-translate/core.
The way i know to use ngx-translate in the following way.
{{ 'demo.title' | translate }}
demo.text
https://www.co…
-
**I'm submitting a ...**
```
[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
[ ] support request
```
**Current behavior**
In order to put in c…
ghost updated
5 years ago
-
node - v12.4.0
node-gyp - v3.8.0
```
error /Users/dbass/WebstormProjects/angular8-2/node_modules/diskusage: Command failed.
Exit code: 1
Command: node-gyp rebuild
Arguments:
Directory: /Users…
-
Are you planning to support Angular 8? I see a pull request to add support ... was hoping to get this soon.
-
Hi, in previous versions I was definitely able to create multiple instances of mangol on same page. It seems like you can't do it anymore in recent version. Is that correct?
-
-
# Bug Report
I migrated an angular 7 project to angular 8. The application runs and npm test works but ng test does not work.
The project needs the devextreme-angular component.
Any ideas ho…