Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 738 Bytes

File metadata and controls

10 lines (6 loc) · 738 Bytes

this project is deprecated and not mantained anymore

AngularJS and TypeScript super simple project template

This is a very simple project template for creating AngularJS applications with TypeScript.

app.ts contains all the logic that allows to create controllers, filter, directives and services in a TypeScript-y way. A sample controller, filter, directive and service are included and being used in a sample view.

This project is based in /JakubMrozek/generator-angular-typescript and uses /borisyankov/DefinitelyTyped for the AngularJS type definitions.