Skip to content

Minor Improvements

Compare
Choose a tag to compare
@manfredsteyer manfredsteyer released this 23 Aug 17:58
· 5 commits to master since this release

General

  • schema.json files for schematics use $id property instead of id to prevent a deprecation warning

NGRX support

  • FEATURE_KEY contains the domain name as a prefix (format "domain-feature" instead of just "feature")
  • The generated facade for NGRX now gets a load method instead of a dispatch method to make the facade use case-specific and agnostic to the framework used