gdyrrahitis / bpost-angularjs-typescript-systemjs

Sample code to work with AngularJS 1.5.*, Typescript and SystemJS

Home Page:http://codereform.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS with Typescript and SystemJS

Related blog post can be found here

Sample code to create an AngularJS application with Typescript and the SystemJS module loader. Also, custom Typescript definitions and SystemJS JSON plugin support is presented in the sample code.

Application presents various departments, which can hold a number of employees. Each department has a maximum number of employees it can hold.

Departments are fetched through an angular service.

Employees are persisted to departments with ngStorage.

Application is using ui.bootstrap for modals.

User can assign or unassign employees to department.

Installation

  1. Clone or download repository in your local machine
  2. In project root, open a CMD window and type npm install to install all the required dependencies and all typings as well
  3. Then type npm start
  4. Application launches in your browser

Article

Repository is created to support a blog post for AngularJS-Typescript-SystemJS, which can be found in here

Licence

Apache License Version 2.0

About

Sample code to work with AngularJS 1.5.*, Typescript and SystemJS

http://codereform.com

License:Apache License 2.0


Languages

Language:TypeScript 59.0%Language:HTML 30.4%Language:JavaScript 10.6%