You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
npm install -g @angular/cli@14
|
|
ng new pipboyUI
|
|
cd pipboyUI
|
|
ng add @angular/material@14
|
|
|
|
#tsconfig ->
|
|
#"angularCompilerOptions": {
|
|
# "enableI18nLegacyMessageIdFormat": false,
|
|
# "strictInjectionParameters": true,
|
|
# "strictInputAccessModifiers": true,
|
|
# "strictTemplates": true,
|
|
# "skipLibCheck": true <---+
|
|
# }
|