angular-cn/modules/angular2
Victor Berchet 393b0526b4 refactor(NgZone): improve types
Closes #4642
2015-10-09 23:54:31 +00:00
..
docs
examples docs(examples): add empty examples directory for api docs examples 2015-09-23 21:30:17 +00:00
manual_typings chore(typings): remove StringMap 2015-10-03 01:09:42 +00:00
src refactor(NgZone): improve types 2015-10-09 23:54:31 +00:00
test feat(ngFor): support a custom template 2015-10-09 21:52:59 +00:00
web_worker fix(typings): update test.typings for abstract superclasses 2015-10-08 13:54:43 -07:00
README.dart.md
README.js.md
angular2.dart fix(core): remove NgZone_ and use NgZone instead 2015-10-08 13:55:26 -07:00
angular2.ts
angular2_sfx.dart
angular2_sfx.ts
animate.ts
bootstrap.ts
bootstrap_static.dart
core.dart fix(core): remove NgZone_ and use NgZone instead 2015-10-08 13:55:26 -07:00
core.ts refactor(core): move core/compiler to core/linker, adjust imports 2015-10-02 08:42:12 -07:00
http.ts fix(web-workers): fix bindings 2015-10-08 16:42:34 -07:00
lifecycle_hooks.ts refactor(core): move core/compiler to core/linker, adjust imports 2015-10-02 08:42:12 -07:00
mock.ts refactor(core): adjust imports for move files to the right place 2015-10-02 13:38:51 -07:00
package.json fix: add test_lib.d.ts to type definitions in generated package.json 2015-10-06 10:12:53 -07:00
profile.ts
pubspec.yaml refactor(transformer): precompile stylesheets 2015-10-01 18:48:27 -07:00
render.ts
router.ts docs(router): improve documentation for router bindings 2015-09-23 00:47:15 +00:00
test.ts
test_lib.ts build(bundle): fix angular2/test_lib bundle to reexport test_lib rather than test 2015-10-07 04:49:46 +00:00
tools.ts
tsconfig.json
tsd.json refactor(NgZone): improve types 2015-10-09 23:54:31 +00: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 /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