-
Notifications
You must be signed in to change notification settings - Fork 41
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
Upgrading to Angular 8 #35
base: master
Are you sure you want to change the base?
Conversation
- Upgrading minor version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR 👌 some questions about the upgrade to be sure
"ng6", | ||
"ngx", | ||
"embed-video", | ||
"embed", | ||
"typescript", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove typescript tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it as it's duplicated. It's at the top of this list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! 👌
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/SamirHodzic/ngx-embed-video/issues" | ||
}, | ||
"main": "./dist/index.js", | ||
"peerDependencies": { | ||
"@angular/core": "^6.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this & remove common but not core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ng update command took care of this 🙂.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good so 👌
any update on upgrading to angular 8 |
Are you planning to support for Angular 8. |
This is not at all compatible with Ivy. so if you use angular 9 with Ivy or angular 10 the all thing breaks |
No description provided.