Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 215 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 215 Bytes

Demonstração de como usar Typescript com Systemjs e Angular

Configuração do projeto:

  • npm install typings -g
  • npm install typescript -g
  • npm install
  • typings install
  • tsc -p tsconfig.json
  • node server