Home > Web Front-end > JS Tutorial > body text

How to build Angular+TypeScript+Material project with Angular CLI?

青灯夜游
Release: 2020-09-08 11:59:15
forward
1917 people have browsed it

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
Copy after login

Second Step: Install the UI component library Material

npm add @angular/material
Copy after login

Project version:

How to build Angular+TypeScript+Material project with Angular CLI?

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!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template