angular-cn/tools/broccoli/trees
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
..
browser_tree.ts fix(typings): Don't expose typing dependencies to users. 2016-02-04 22:42:40 +00:00
dart_tree.ts chore: track size of a "Hello world" app built with WebPack 2016-01-21 01:28:35 +00:00
node_tree.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00