angular-cn/modules/angular2
Tim Blasi 648c514c28 feat(dart/transform): Add directiveMetadata{To,From}Map
Add utility methods to convert `render.dom.DirectiveMetadata` to and
from maps. This will allow saving and restoring `DirectiveMetadata` in
the Angular 2 Transformer.

We discussed adding this as a member on `DirectiveMetadata`. Since this
is not necessary for anything except the Transformer, we decided to put
it into a separate file to avoid shipping it with the Angular 2 core
code.
2015-04-29 14:22:08 -07:00
..
docs docs(core): updating some errors in 01_templates 2015-04-28 23:39:20 +00:00
src feat(dart/transform): Add directiveMetadata{To,From}Map 2015-04-29 14:22:08 -07:00
test feat(dart/transform): Add directiveMetadata{To,From}Map 2015-04-29 14:22:08 -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(view): add imperative views 2015-04-20 17:18:44 -07:00
angular2_sfx.es6 feat(bundle): adds a self-executing dev bundle (SFX). 2015-04-13 18:05:53 -07:00
annotations.js docs(angular2/annotations): convert `[...]` links to use `{@link ...}` style inline tags 2015-04-17 14:02:03 +01:00
change_detection.js refactor(change_detection): removed NO_CHANGED and replaced it with WrappedValue 2015-04-28 23:37:09 +00:00
core.js refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
di.js refactor(di): rename ProviderError to BindingError 2015-04-17 20:17:51 +02: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(di): Edits to DI. 2015-04-17 17:49:12 +00:00
forms.js docs(x-ref links): Change links to use dgeni syntax 2015-04-20 18:45:04 +00:00
globals.dart fix: Fix issues found by Dart analyzer 2015-04-15 20:58:29 -07:00
globals.ts fix(build): revert typescript upgrade which broke the build. 2015-04-29 10:49:54 -07:00
package.json feat(facade): added support for observables 2015-03-24 13:45:39 -07:00
pipes.js cleanup(docs): Edited API docs 2015-04-10 18:02:10 -07:00
pubspec.yaml chore: show dart2js package warnings for angular2, benchmarks, examples 2015-04-21 16:22:49 -07:00
router.js feat(router): add initial implementation 2015-04-27 17:15:58 -07:00
test.js docs: expose more API to public, document QueryList 2015-04-15 05:10:26 +00:00
test_lib.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08: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
tsd.json fix(build): revert typescript upgrade which broke the build. 2015-04-29 10:49:54 -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