forms-js / angular-1x

Angular 1x adaptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forms JS Angular 1.x

This is a seed project to get us started with prototyping.

Installation

First install the toolchain with NPM:

npm install

Now you can build source like so:

gulp build

To test the examples start a server:

gulp server

And run tests like so:

gulp test:watch

Note that tests are run on built source so be sure to build first.

About

Angular 1x adaptor

License:Apache License 2.0


Languages

Language:TypeScript 85.4%Language:JavaScript 10.3%Language:HTML 4.4%