angular/modules/angular2/src/router
Tobias Bosch d2efac18ed feat(core): separate refs from vars.
Introduces `ref-` to give a name to an element or a directive (also works for `<template>` elements), and `let-` to introduce an input variable for a `<template>` element.

BREAKING CHANGE:
- `#...` now always means `ref-`.
- `<template #abc>` now defines a reference to the TemplateRef, instead of an input variable used inside of the template.
- `#...` inside of a *ngIf, … directives is deprecated.
  Use `let …` instead.
- `var-...` is deprecated. Replace with `let-...` for `<template>` elements and `ref-` for non `<template>` elements.

Closes #7158

Closes #8264
2016-04-28 01:13:40 +00:00
..
directives feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
lifecycle revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
route_config revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
rules style(global): group multiple imports from same module 2016-04-26 22:40:30 +00:00
instruction.ts docs(): fix broken links 2016-04-18 20:12:37 +00:00
interfaces.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
package.json chore(angular1_router): bump version to v0.2.0 2016-03-22 00:20:08 +00:00
route_definition.dart feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
route_definition.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
route_registry.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
router.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
router_providers.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
router_providers_common.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
url_parser.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
utils.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00