Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/modules/playground/src/routing/app/drafts.html

12 lines
267 B
HTML
Raw Normal View History

fix(playground): fix the inbox example
2015-11-03 11:16:18 -08:00
<div>
example(routing): adding routing example and e2e tests
2015-07-09 10:25:58 -07:00
<h2 class="page-title">Drafts</h2>
<ol class="inbox-list">
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-25 19:52:24 -07:00
<li *ngFor="let item of items" class="inbox-item-record">
example(routing): adding routing example and e2e tests
2015-07-09 10:25:58 -07:00
<a id="item-{{ item.id }}"
example(router): add an example app for the new router
2016-06-21 23:06:35 -07:00
[routerLink]="['/detail', item.id]">
example(routing): adding routing example and e2e tests
2015-07-09 10:25:58 -07:00
{{ item.subject }}</a>
</li>
</ol>
</div>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 325ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API