angular-cn/modules/angular2
Kevin Moore fa25965939 chore: Remove unused imports
Closes #624
2015-02-17 16:49:08 -08:00
..
docs docs(core/01_templates): add <pre> tags to improve layout 2015-02-17 15:54:33 -08:00
e2e_test feat(benchpress): rewritten implementation 2015-02-16 11:43:27 -08:00
src chore: Remove unused imports 2015-02-17 16:49:08 -08:00
test chore: Remove unused imports 2015-02-17 16:49:08 -08:00
README.md feat(build): add npm publish script 2015-02-10 16:28:28 -08:00
angular2.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
change_detection.js add types 2015-02-13 16:38:03 +01:00
core.js feat(Compiler): Multiple template per component 2015-02-13 18:07:08 +01:00
di.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
directives.js refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach 2015-02-06 09:24:50 -08:00
forms.js refactor(forms): rename decorators into directives 2015-02-06 11:03:41 -08:00
package.json chore(packaging): rename NPM package to angular2; remove ng2 tag prefix 2015-02-17 11:46:05 -08:00
pubspec.yaml feat(dart/transformer:: Initial commit of ctor stubs & annotation register 2015-02-17 16:34:19 -08:00
test_lib.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
transformer.dart feat(dart/transformer:: Initial commit of ctor stubs & annotation register 2015-02-17 16:34:19 -08:00

README.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

Angular2 has 2 versions:

  1. a development version that includes runtime type assertions: See ng2dev npm tag
  2. a production version that does not include runtime type assertions: See ng2prod npm tag

All sources are in ES6 format and have the suffix .es6. They don't depend on any runtime and can be used by any modern ES6 -> ES5 transpiler.

As a convenience, we provide you with es5build.js, a script to transpile the sources into es5 using Google Traceur.

License: Apache MIT 2.0