angular/modules/angular2/src/web_workers/worker
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
..
event_deserializer.dart fix(WebWorkers): Add support for transitionend events. 2016-01-26 21:09:01 -08:00
event_deserializer.ts chore: adjust formatting to new clang-format. 2015-10-28 11:19:10 +01:00
platform_location.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
renderer.ts feat(debug): replace DebugElement with new Debug DOM 2016-01-29 11:28:10 -08:00
router_providers.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
xhr_impl.ts fix(typing): Remove re-export of the Promise built-in type. 2016-02-12 20:45:41 -08:00