Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Command (mark with an
x)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Yes - I can't recall when it worked last though
Description
A clear and concise description of the problem...When combining multiple aliases such as -s and -t, they don't all work. It seems only the first one is applied.
Notice the output (reduced to show the component only)
This should have created
app.component.tsand the spec, only.But if I use the command
ng new app01 --style scss -s -t --routing -dI do get the desired outcome (because they are separated