Skip to content
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

Support for Angular 7 #165

Closed
pabloFuente opened this issue Oct 10, 2018 · 5 comments
Closed

Support for Angular 7 #165

pabloFuente opened this issue Oct 10, 2018 · 5 comments
Assignees

Comments

@pabloFuente
Copy link

Hi!

Right now when using Angular version 7.0.0-rc.0 this warn appears when installing latest
"ngx-clipboard": "11.1.7"

npm WARN [email protected] requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

This component probably works fine despite the WARN message, but it would be nice not having it when running npm.

@maxisam
Copy link
Owner

maxisam commented Oct 10, 2018

please try 11.1.8

@maxisam maxisam self-assigned this Oct 10, 2018
@pabloFuente
Copy link
Author

Not enough:

npm WARN [email protected] requires a peer of @angular/common@>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@>=6.0.0 but none is installed. You must install peer dependencies yourself.

My package.json:

"dependencies": {
    "@angular/common": "7.0.0-rc.0",
    "@angular/compiler": "7.0.0-rc.0",
    .........
}

@maxisam
Copy link
Owner

maxisam commented Oct 11, 2018

how about 11.1.9?

@pabloFuente
Copy link
Author

Yeap, working now. Thanks!

@FranciscoJunior65
Copy link

Com a versão do angular 7.3.10 o ngx-clipboard 11.1.9 funcionou.
tks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants