angular-cn/modules/@angular
Tobias Bosch bb0460b93b refactor(core): don’t use switch fall through but rather multiple `if`s
V8 does this internally any ways. This way, we can also keep the existing
dirty checking order, which some apps sadly rely on.
2017-02-21 09:12:21 -08:00
..
animation docs(core): fix typo in animation docs 2017-02-16 14:57:23 -08:00
benchpress fix: build and test fixes for TS 2.1 (#13294) 2017-02-08 11:32:40 -06:00
common Revert "fix(router): do not finish bootstrap until all the routes are resolved (#14608)" 2017-02-20 19:48:23 -08:00
compiler fix: view engine - fix some corner cases 2017-02-21 09:12:21 -08:00
compiler-cli release: cut v4.0.0-beta.8 2017-02-18 15:00:33 -08:00
core refactor(core): don’t use switch fall through but rather multiple `if`s 2017-02-21 09:12:21 -08:00
docs docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
examples feat(core): make `new Inject()` optional for deps specified as `InjectionToken` (#14486) 2017-02-20 16:20:45 -08:00
facade perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
forms feat(forms): add option to use browser's native validation and angular forms (#13566) 2017-02-20 16:36:48 -08:00
http Revert "fix(http): Make ResponseOptionsArgs an interface (#14607)" 2017-02-20 19:48:53 -08:00
language-service fix: make all tests green with new view engine and JIT 2017-02-17 17:18:55 -08:00
platform-browser fix: view engine - fix some corner cases 2017-02-21 09:12:21 -08:00
platform-browser-dynamic build: first pass of de-duplicating tsconfig.json content (#14369) 2017-02-09 14:32:40 -08:00
platform-server fix: view engine - fix some corner cases 2017-02-21 09:12:21 -08:00
platform-webworker Revert "fix(router): do not finish bootstrap until all the routes are resolved (#14608)" 2017-02-20 19:48:23 -08:00
platform-webworker-dynamic build: remove post-processing of .d.ts files (#13294) 2017-02-08 11:32:34 -06:00
router Revert "feat(router): add an option to rerun guards and resolvers when query changes" 2017-02-20 19:48:43 -08:00
upgrade fix(upgrade): Prevent property renaming for $inject. 2017-02-16 15:35:50 -08:00
README.md
license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00
router-license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT