ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 218 forks source link

fix: issue auth folder when choose no auth features #553

Closed fabiomartino closed 4 years ago

fabiomartino commented 4 years ago

I'm submitting a...

Current behavior

If we create a new project without auth feature the folder auth exist with inside only index.ts

Expected behavior

When create a new project without auth feature the auth folder will not created

Minimal reproduction of the problem with instructions

Environment

ngx-rocket: 8.0.1 Node: 13.13.0 OS: Debian linux x64

Others: I will create a PR to fix this issue

sinedied commented 4 years ago

Closed by #554 , thanks for the report & fix