Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular): update defaults for NgRx schematics #2443

Merged
merged 1 commit into from Feb 6, 2020

Commits on Feb 6, 2020

  1. fix(angular): update defaults for NgRx schematics

    BREAKING CHANGES:
    
    The minimal flag is set to true
    The syntax flag is set to creators
    The useDataPersistence flag is set to false
    
    BEFORE:
    
    By default, the root Store and Effects modules are registered, with a generated feature
    By default, the action classes syntax is used for scaffolding
    By default, the DataPersistence class in injected and used in Effects
    
    AFTER:
    
    By default, only the root Store and Effects modules are registered
    By default, the creator functions are used for scaffolding with schematics
    By default, the DataPersistence operators are used in Effects
    brandonroberts committed Feb 6, 2020
    Copy the full SHA
    8f40e39 View commit details
    Browse the repository at this point in the history