Bug
Work out of the box.
Does not.
Using the latest Angular version with FlexLayout.
Just replace OpaqueToken with InjectionToken.
the same problem
for me it helped to install the latest flex-layout version by specifying the version explicitly:
npm install --save @angular/[email protected]
the problem behind that was:
@angular/[email protected]. was renamed back to @angular/[email protected], updating npm packages often uses that version. Specify the latest beta manually to use it.
see: https://github.com/angular/flex-layout/blob/master/CHANGELOG.md#200-beta7-2017-03-17
@kferstl will try it out. But looking at current master you are correct. It is a NPM issue.
if I update to beta.10 (had rc.1 before), I get this:
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
OpqueToekn was removed form Angular5
Beta.10 has been recently released.
npm update issue. Both are known, registered issues.
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
for me it helped to install the latest flex-layout version by specifying the version explicitly:
the problem behind that was:
@angular/[email protected]. was renamed back to @angular/[email protected], updating npm packages often uses that version. Specify the latest beta manually to use it.
see: https://github.com/angular/flex-layout/blob/master/CHANGELOG.md#200-beta7-2017-03-17