Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 247 Bytes

File metadata and controls

14 lines (9 loc) · 247 Bytes

Angular project setup

Tooling

Install TypeScript compiler CLI:

npm -g install @angular/cli@latest
ng --version

TypeScript project setup

See about first configuring your project as a TypeScript project here