-
Notifications
You must be signed in to change notification settings - Fork 11.9k
generate app-shell with inline styles and templates #9081
Copy link
Copy link
Closed
Labels
area: @schematics/angulardevkit/build-angular:app-shellfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorshelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Milestone
Metadata
Metadata
Assignees
Labels
area: @schematics/angulardevkit/build-angular:app-shellfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorshelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Versions
Desired behavior
It would be nice to be able to use the
--inline-stylesand--inline-templatesflags on theng generate appShellcommand. I have all the rest of my app generated with inline templates and styles so it is weird that I can't do that with the app-shell as well.