-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Make lazy route folder prefix configurable #842
Comments
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
May 19, 2016
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
May 24, 2016
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
May 24, 2016
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
May 24, 2016
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When generating a lazy route to an application the route is by default
lazy
and as a visual indicator of the routes laziness the folder is prefixed with a+
Make this value configurable within
angular-cli.json
and use the value from this configuration file.Note: Default value will remain
+
and the implementation must support an empty string value.The text was updated successfully, but these errors were encountered: