ngrx modules and loopback-filters missing in latest version SDK
Nosfistis opened this issue · 1 comments
Nosfistis commented
What type of issue are you creating?
- Bug
- Enhancement
- Question
What version of this module are you using?
- 2.1.0-beta.n (2.1 Beta n)
- Other
Write other if any:
1.0.0-beta.2.7
Please add a description for your issue:
I updated to the latest build from npm, and building the Angular SDK now fails since ngrx modules are missing, as well as loopback-filters. Creating a fresh project does not include them in package.json.
Also, after manually adding those packages, relations having a through table produce warnings in the compilation. This seems to happen due to no model representing that through table.
Nosfistis commented
This is mostly related to loopback-sdk-builder latest version.