angular-cn/modules/angular2
Tobias Bosch 1beadb8607 refactor(render): ts’ify render api 2015-05-19 15:12:59 -07:00
..
docs refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
src refactor(render): ts’ify render api 2015-05-19 15:12:59 -07:00
test refactor(render): ts’ify render api 2015-05-19 15:12:59 -07: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: allow for forward references in injection 2015-05-15 21:12:57 -07:00
angular2_sfx.es6 feat(router): adds the router to the self-executing bundle. 2015-05-05 10:55:23 -07:00
annotations.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
change_detection.ts feat(change_detection): implemented change detection that can be configured with pregenerated change detectors 2015-05-13 16:23:22 -07:00
core.js refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
di.ts feat(di): added hostInjector and viewInjector to the Directive annotation 2015-05-18 18:30:53 -07:00
di_annotations.js docs(x-ref links): Change links to use dgeni syntax 2015-04-20 18:45:04 +00:00
di_errors.js docs(x-ref links): Change links to use dgeni syntax 2015-04-20 18:45:04 +00:00
directives.js docs(directives.js): remove invalid asterisk 2015-05-19 14:38:07 +01:00
forms.js docs(x-ref links): Change links to use dgeni syntax 2015-04-20 18:45:04 +00:00
globals.dart chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
globals.ts refactor(render): ts’ify render api 2015-05-19 15:12:59 -07:00
package.json feat(facade): added support for observables 2015-03-24 13:45:39 -07:00
pipes.js feat(pipe): reexported pipes to genereate docs 2015-05-18 18:24:26 -07:00
pubspec.yaml feat(fakeAsync): allow simulating the passage of time 2015-05-19 06:51:15 +02:00
router.js fix(router): use appRootComponentToken to get root route configs 2015-05-19 14:36:45 -07:00
test.js docs: expose more API to public, document QueryList 2015-04-15 05:10:26 +00:00
test_lib.js feat(fakeAsync): allow simulating the passage of time 2015-05-19 06:51:15 +02:00
traceur-runtime.d.ts chore(build): fix check-format 2015-04-11 12:40:05 -07:00
transformer.dart feat(dart/transformer:: Initial commit of ctor stubs & annotation register 2015-02-17 16:34:19 -08:00
tsconfig.json chore(build): add tsconfig.json to modules/angular2 2015-05-19 15:12:58 -07:00
tsd.json chore(build): update TypeScript version to unreleased beta 2015-04-29 17:03:02 -07:00
view.js docs(di): Edits to DI. 2015-04-17 17:49:12 +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 /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