Home > Article > Web Front-end > How to build Angular+TypeScript+Material project with Angular CLI?
Related tutorial recommendations: "angular tutorial"
The first step: Install the scaffolding
npm install -g @angular/cli
Second Step: Install the UI component library Material
npm add @angular/material
Project version:
For more programming-related knowledge, please visit: Programming teaching! !
The above is the detailed content of How to build Angular+TypeScript+Material project with Angular CLI?. For more information, please follow other related articles on the PHP Chinese website!