Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 485 Bytes

File metadata and controls

21 lines (17 loc) · 485 Bytes

angular1-typescript-systemjs

An example on how to use TypeScript with AngularJS 1.* and SystemJS module loader

Quick Start

  1. Clone Git repo and cd into new directory
git clone https://github.com/fadihania/angular1-typescript-systemjs.git
cd angular1-typescript-systemjs
  1. Install npm packages dependencies
npm install
  1. Run the application
npm start
  1. Try to change the ts files and watch the changes in browser