Minor Improvements
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 adispatch
method to make the facade use case-specific and agnostic to the framework used