angular-cn/packages
Alex Rickabaugh 5adb7c9669 fix(service-worker): listen for messages on the right event source (#19954)
Currently, the SwUpdate service doesn't receive messages from the SW.
This is because it attempts to subscribe to the 'message' event on
ServiceWorkerRegistration, when really messages are emitted by the
ServiceWorkerContainer.

This change moves to listening on ServiceWorkerContainer and changes
the mocks to reflect the way the browser actually works.

PR Close #19954
2017-10-26 16:04:59 -04:00
..
animations Revert "fix(animations): always fire inner trigger callbacks even if blocked by parent animations (#19753)" 2017-10-18 09:56:59 -07:00
bazel fix(bazel): don't console.error from the compile helper (#19879) 2017-10-23 16:56:57 -04:00
benchpress build: update to rxjs@5.5.0 (#19345) 2017-10-18 11:17:43 -07:00
common fix(router): navigating to the current location works (#19463) 2017-10-23 20:56:52 -04:00
compiler fix(compiler-cli): only use error collector when needed. (#19912) 2017-10-24 17:06:41 -04:00
compiler-cli fix(compiler): automatically set `emitDecoratorMetadata` when `"annotationsAs": "static fields”` (#19927) 2017-10-25 13:38:39 -04:00
core test(animations): ensure :enter callbacks fire on container insertion (#19674) 2017-10-18 11:18:08 -07:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
forms build: update to rxjs@5.5.0 (#19345) 2017-10-18 11:17:43 -07:00
http build: update to rxjs@5.5.0 (#19345) 2017-10-18 11:17:43 -07:00
language-service refactor(compiler): remove old ngtools api and add listLazyRoutes to new api (#19836) 2017-10-23 18:46:04 -04:00
platform-browser fix(compiler): `TestBed.overrideProvider` should keep imported `NgModule`s eager (#19624) 2017-10-10 13:51:25 -07:00
platform-browser-dynamic build: Give names to the AMD modules nested in Angular UMD distro (#19425) 2017-09-28 09:29:22 -07:00
platform-server Revert "refactor(core): Removed readonly getters and changed to readonly (#19225)" 2017-09-28 13:36:44 -07:00
platform-webworker fix(compiler): correctly instantiate eager providers that are used via `Injector.get` (#19558) 2017-10-10 10:15:46 -07:00
platform-webworker-dynamic build: Give names to the AMD modules nested in Angular UMD distro (#19425) 2017-09-28 09:29:22 -07:00
router feat(router): add "onSameUrlNavigation" router configuration option (#19463) 2017-10-23 20:56:53 -04:00
service-worker fix(service-worker): listen for messages on the right event source (#19954) 2017-10-26 16:04:59 -04:00
upgrade fix(upgrade): call `ngOnInit()` after `ngOnChanges()` (on components with inputs) 2017-10-02 16:01:07 -07:00
BUILD.bazel build: update to latest @bazel/typescript (#19277) 2017-09-25 12:40:22 -07:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
es6-subset.d.ts build: switch from npm to yarn (#19328) 2017-09-22 13:20:52 -07:00
goog.d.ts fix(compiler): add typings for `COMPILED`. 2017-09-29 09:26:38 -07:00
license-banner.txt refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
rollup.config.js build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig-build.json refactor: update angular to support TypeScript 2.4 2017-09-12 10:31:30 -07:00
tsconfig-metadata.json refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
tsconfig.json build: remove references to `tsc-wrapped` (#19298) 2017-09-21 13:55:52 -07:00
types.d.ts fix: don’t use the global `ng` at all with closure enhanced optimizations 2017-09-27 10:09:56 -07: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