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 <---+ # }