We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--typography
1 parent f322fe3 commit a570b51Copy full SHA for a570b51
2 files changed
.gitignore
@@ -1,3 +1,5 @@
1
/.idea/workspace.xml
2
/node_modules/
3
yarn-error.log
4
+
5
+copilot.data.migration.*.xml
generate-version.ts
@@ -48,9 +48,9 @@ if (flags.has("-lib")) {
48
);
49
}
50
if (flags.has("-mat")) {
51
- const extraArgs = flags.has("-noApp") ? ` --project=${applicationName}` : "";
+ const extraArgs = flags.has("-noApp") ? `--project=${applicationName}` : "";
52
runAndCommit(
53
- `npx ng add @angular/material@${minorVersion} --theme=custom --typography${extraArgs} --interactive=false --skip-confirmation=true`
+ `npx ng add @angular/material@${minorVersion} --theme=custom ${extraArgs} --interactive=false --skip-confirmation=true`
54
55
56
if (flags.has("-pwa")) {
0 commit comments