Go to file
Tim Blasi d84993faf1 refactor(change_detect): Move (de)hydrate logic into dedicated methods
Call new `(de)hydrateDirectives` methods from `(de)hydrate`. Add a null
implementation in `AbstractChangeDetector` and only override if
necessary for the specific change detector.

Update to #3248
2015-07-28 15:10:06 -07:00
.settings
docs chore(doc-gen): trim leading blank lines from markdown content 2015-07-28 13:48:03 -07:00
modules refactor(change_detect): Move (de)hydrate logic into dedicated methods 2015-07-28 15:10:06 -07:00
modules_dart fix: addresses a couple ddc type errors 2015-07-23 15:31:04 -07:00
scripts feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
tools chore(gulp): moves bundles to dist/js/bundles 2015-07-27 16:12:24 -07:00
typing_spec
.bowerrc
.clang-format
.editorconfig
.gitattributes
.gitignore
.nvmrc
.travis.yml feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
CHANGELOG.md chore(changelog): adds a changelog for 2.0.0-alpha.32 release. 2015-07-22 16:46:28 -07:00
CONTRIBUTING.md
DEVELOPER.md chore(build): Make PRs 15m faster. 2015-07-21 22:14:38 -07:00
LICENSE
README.md docs: Add period for consistency. 2015-07-21 16:38:32 -07:00
TRIAGE_AND_LABELS.md chore(process): add core/webworker component to TRIAGE_AND_LABELS.md 2015-07-14 11:15:10 -07:00
bower.json
gulpfile.js feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
karma-dart.conf.js feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
karma-js.conf.js feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
npm-shrinkwrap.clean.json chore(build): Make PRs 15m faster. 2015-07-21 22:14:38 -07:00
npm-shrinkwrap.json chore(build): Make PRs 15m faster. 2015-07-21 22:14:38 -07:00
npm-shrinkwrap.readme.md
package.json chore(release): releases 2.0.0-alpha.32. 2015-07-22 16:34:05 -07:00
perf-cloud-secret.template.js
protractor-dart2js.conf.js
protractor-js-dev.conf.js
protractor-js-prod.conf.js
protractor-js.conf.js
protractor-shared.js feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
pubspec.yaml feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -07:00
sauce.conf.js feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
test-init.dart
test-main.dart
test-main.js
tsconfig.json

README.md

Build Status Join the chat at https://gitter.im/angular/angular Issue Stats Issue Stats npm version Downloads

Angular

Angular is a development platform for building mobile and desktop web applications. This is the repository for Angular 2, both the JavaScript (JS) and Dart versions.

Angular 2 is currently in Developer Preview. We recommend using Angular 1.X for production applications:

Quickstart

Get started in 5 minutes.

Setup & Install Angular 2

Follow the instructions given on the Angular download page.

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.