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

fix(peer-dependencies): adjust peer dependencies for Angular 8 #462

Merged
merged 1 commit into from Jun 11, 2019

Conversation

dlabrecq
Copy link
Member

This PR adjusts the peer dependencies for Angular 8.

In addition, I've modified the ngx-bootstrap dependency, as PatternFly-ng is not compatible with the dropdown of ngx-bootstrap v3.3.0. Tested v3.0.0-v3.2.0 and they worked fine.

Screen Shot 2019-06-11 at 3 01 19 PM

For Angular 8, the following must be added to the options of agular.json

"options": {
  "preserveSymlinks": true,

See: https://stackoverflow.com/questions/53833985/no-provider-for-viewcontainerref-while-using-ng-packagr-component

Note: PatternFly-ng is not compatible with ngx-bootstrap 3.3.0

For Angular 8, the following must be added to the options of agular.json

```
"options": {
  "preserveSymlinks": true,
```

See: https://stackoverflow.com/questions/53833985/no-provider-for-viewcontainerref-while-using-ng-packagr-component
@dlabrecq dlabrecq requested a review from dgutride June 11, 2019 19:40
@patternfly-build
Copy link
Contributor

Deploy preview for patternfly-ng ready!

Built with commit 6a6a58c

https://deploy-preview-462--patternfly-ng.netlify.com

@dlabrecq dlabrecq merged commit bd78ad6 into patternfly:master Jun 11, 2019
@patternfly-build
Copy link
Contributor

🎉 This PR is included in version 4.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants