Closed dangrussell closed 1 month ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 9572b25cff042cf22227a39aa206efdc23dcafc8 |
Latest deploy log | https://app.netlify.com/sites/ngrx-io/deploys/6706ab4701064a000860d0e5 |
Thanks @dangrussell!
Using a const enum here triggers "Cannot access ambient const enums when 'isolatedModules' is enabled." error when "isolatedModules" is
true
in tsconfig.json."isolatedModules" is set to
true
by default in new Angular CLI applications.PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #
What is the new behavior?
Does this PR introduce a breaking change?
Other information