angular-docs-cn/modules/angular2
vsavkin 652ed0cf6d feat(form): implemented an imperative way of updating the view by updating the value of a control 2015-06-02 16:24:07 -07:00
..
docs feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
src feat(form): implemented an imperative way of updating the view by updating the value of a control 2015-06-02 16:24:07 -07:00
test feat(form): implemented an imperative way of updating the view by updating the value of a control 2015-06-02 16:24:07 -07:00
README.dart.md
README.js.md
angular2.ts
angular2_sfx.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
angular2_sfx.es6
annotations.ts docs(docgen): tell dgeni to use ts files and fix some bad links 2015-06-02 15:30:03 -07:00
change_detection.ts feat(change_detection.ts): export PipeFactory 2015-06-01 16:14:02 -07:00
core.ts refactor(core.js): export NgZone 2015-05-29 17:58:32 +02:00
debug.ts feat(test): add element probe 2015-05-29 12:44:21 -07:00
di.ts docs(di): fix missing export for dgeni docgen 2015-05-22 21:47:34 -07:00
di_annotations.ts
di_errors.ts
directives.ts
forms.ts
globals.d.ts fix(Global && src/facade && Protractor): Allows List to be imported. 2015-06-02 13:11:31 -07:00
package.json fix(package.json): add `reflect-metadata` to package.json 2015-05-27 10:32:38 -07:00
pipes.ts
pubspec.yaml chore: support the latest release of Dart logging package 2015-05-26 13:51:54 -07:00
render.ts
router.ts refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
test.ts
test_lib.ts feat(test): add element probe 2015-05-29 12:44:21 -07:00
traceur-runtime.d.ts
transformer.dart
tsconfig.json
tsd.json
view.js

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