Please Publish the latest version
2.0.0-beta.10-4905443 is the latest and compatible version with Angular V5, We're using it in our project.
It may be compatible, but in package.json it still has 4.x dependencies:
"peerDependencies": {
"@angular/core": "~4.4.4",
"@angular/common": "~4.4.4",
"rxjs": "^5.5.0"
}
I run yarn check as part of the build and also on the build server, so I can't use it with angular 5 without turning off all of these checks :/
Any update on publication of the latest version? Unable to upgrade to latest material and angular5
What is so confusing?
Many fixes with SHA 62457a597244a9.
Great work @CaerusKaru !
The Beta.12 NPM publish should go out today.
Fixed with today's 2.0.0-beta.12 release. See SHA 62457a5972
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
It may be compatible, but in package.json it still has 4.x dependencies:
I run
yarn checkas part of the build and also on the build server, so I can't use it with angular 5 without turning off all of these checks :/