angular-cn/modules/angular2
Rado Kirov 8923103c3b fix(npm): update scripts and readme for npm packages.
Replaces AtScript with Typescript.

Closes #2377
2015-06-09 11:39:08 -07:00
..
docs
src refactor(xhr): move render's xhr implementation to render/ 2015-06-09 10:28:35 -07:00
test refactor(xhr): move render's xhr implementation to render/ 2015-06-09 10:28:35 -07:00
README.dart.md
README.js.md fix(npm): update scripts and readme for npm packages. 2015-06-09 11:39:08 -07:00
angular2.api.dart fix(docs): Working generated angular2.d.ts 2015-06-05 15:33:23 -07:00
angular2.api.ts fix(docs): Working generated angular2.d.ts 2015-06-05 15:33:23 -07:00
angular2.ts
angular2_sfx.dart
angular2_sfx.ts
annotations.ts
change_detection.ts feat(change detect): Throw on attempts to use dehydrated detector 2015-06-08 16:10:41 -07:00
core.ts
debug.ts
di.ts
di_annotations.ts
di_errors.ts
directives.ts
forms.ts
globals.d.ts
http.ts feat(http): add basic http service 2015-06-09 10:00:04 -07:00
package.json
pipes.ts
pubspec.yaml refactor(dart): Run dartfmt 0.1.8 2015-06-05 11:45:36 -07:00
render.ts
router.ts
test.ts
test_lib.ts
traceur-runtime.d.ts
transformer.dart
tsconfig.json
tsd.json
view.ts

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 /ts are the TypeScript 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