ngrx / platform

Reactive State for Angular
https://ngrx.io
Other
8.01k stars 1.97k forks source link

fix(schematics): set correct default value type #4307

Closed geromegrignon closed 5 months ago

geromegrignon commented 5 months ago

closes #4278

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

The default entity value is "false" in place of false

Closes #4278

What is the new behavior?

The default value is false, as a boolean

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

netlify[bot] commented 5 months ago

Deploy Preview for ngrx-io ready!

Built without sensitive environment variables

Name Link
Latest commit a897149313b996bd177d600f1d4904fb3d865606
Latest deploy log https://app.netlify.com/sites/ngrx-io/deploys/662961476abaab000880955f
Deploy Preview https://deploy-preview-4307--ngrx-io.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

brandonroberts commented 5 months ago

Thanks @geromegrignon!