-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with peer dependencies in Angular #19
Comments
v7.20.1 should fix this. |
Great, thank you! Works as intended. |
I closed this issue too early. I somehow still fail to run your module properly:
|
The first issue caused by the generated code by The 2nd and 3nd issues seems can be solved by enabling |
I investigated it later, and found it is caused by typescript, v7.20.2 should fix the first issue |
Version: 7.20.0
I run Angular 7:
CLI:
"@angular/cli": "^7.0.4"
and I have issues installing/using your module.
Code:
And if I install the dependencies manually and run the app:
Can you reproduce this issue?
The text was updated successfully, but these errors were encountered: