angular/modules/angular2/src/web_workers/ui
Brian Ford 75343eb340 feat(router): add regex matchers
@petebacondarwin deserves credit for most of this commit.

This allows you to specify a regex and serializer function instead
of the path DSL in your route declaration.

```
@RouteConfig([
  { regex: '[a-z]+.[0-9]+',
    serializer: (params) => `{params.a}.params.b}`,
    component: MyComponent }
])
class Component {}
```

Closes #7325
Closes #7126
2016-03-02 16:08:19 -08:00
..
bind.dart refactor(WebWorker): Abstract message passing and serialization to UIMessageBroker 2015-08-25 03:18:22 +00:00
bind.ts refactor(WebWorker): Abstract message passing and serialization to UIMessageBroker 2015-08-25 03:18:22 +00:00
event_dispatcher.ts fix(WebWorkers): Add support for transitionend events. 2016-01-26 21:09:01 -08:00
event_serializer.dart fix(WebWorkers): Add support for transitionend events. 2016-01-26 21:09:01 -08:00
event_serializer.ts fix(WebWorkers): Add support for transitionend events. 2016-01-26 21:09:01 -08:00
platform_location.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
renderer.ts fix(core): always remove DOM listeners and stream subscriptions 2016-01-26 07:37:31 -08:00
router_providers.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
xhr_impl.ts chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00