You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
Expected behavior:
Minimal reproduction of the problem with instructions:
Generate a new project
Install @ngrx/store, @ngrx/store-devtools, @ngrx/schematics
Run ng generate @ngrx/schematics:store State --root -m app
Open the /src/app/reducers/index.ts file and note the broken import path for environments/environment
Version of affected browser(s),operating system(s), npm, node and ngrx:
Other information:
With the new project path structure, the project path is returned as /src/app. Since the environments directory is at the same level as app, the import is incorrect when using the project path to get the relative path to the reducers/index.ts file.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
What is the current behavior?
Expected behavior:
Minimal reproduction of the problem with instructions:
Generate a new project
Install @ngrx/store, @ngrx/store-devtools, @ngrx/schematics
Run
ng generate @ngrx/schematics:store State --root -m app
Open the
/src/app/reducers/index.ts
file and note the broken import path forenvironments/environment
Version of affected browser(s),operating system(s), npm, node and ngrx:
Other information:
With the new project path structure, the project path is returned as
/src/app
. Since theenvironments
directory is at the same level asapp
, the import is incorrect when using the project path to get the relative path to thereducers/index.ts
file.The text was updated successfully, but these errors were encountered: