angular-cn/modules/angular2
vsavkin ded83e589b feat(forms): add support for validations 2015-02-26 09:31:01 -08:00
..
docs docs(02_directives.md): Change the description of bind property 2015-02-24 10:34:26 -08:00
e2e_test feat(benchpress): rewritten implementation 2015-02-16 11:43:27 -08:00
src feat(forms): add support for validations 2015-02-26 09:31:01 -08:00
test feat(forms): add support for validations 2015-02-26 09:31:01 -08:00
README.dart.md feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
README.js.md feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
angular2.js feat(forms): add support for validations 2015-02-26 09:31:01 -08:00
change_detection.js feat: add keyValDiff to default pipes 2015-02-25 13:24:59 -08:00
core.js feat(Compiler): Multiple template per component 2015-02-13 18:07:08 +01:00
di.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
directives.js refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach 2015-02-06 09:24:50 -08:00
forms.js feat(forms): add support for validations 2015-02-26 09:31:01 -08:00
package.json feat(publish): update files to publish to npm 2015-02-24 16:53:44 -08:00
pubspec.yaml chore(packaging): 0.0.0-alpha.9; pubspec cleanup 2015-02-24 11:42:05 -08:00
test_lib.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
transformer.dart feat(dart/transformer:: Initial commit of ctor stubs & annotation register 2015-02-17 16:34:19 -08:00

README.js.md

Angular2

The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo. This is the repository for the upcoming 2.0 version. If you're looking for the current official version of Angular you should go to angular/angular.js

This package contains different sources for different users:

  1. The files located in the root folder can be consumed using CommonJS
  2. The files under /es6 are es6 compatible files that can be transpiled to es5 using any transpiler. This contains:
    • dev/: a development version that includes runtime type assertions
    • prod/: a production version that does not include runtime type assertions
  3. The files under /atscript are the AtScript source files

As a convenience, we provide you with /es6/{dev|prod}/es5build.js, a script to transpile the es6 sources into es5 using Google Traceur.

License: Apache MIT 2.0