angular-docs-cn/tools
Misko Hevery b4db73d0bf feat: ngIf now supports else; saves condition to local var
NgIf syntax has been extended to support else clause to display template
when the condition is false. In addition the condition value can now
be stored in local variable, for later reuse. This is especially useful
when used with the `async` pipe.

Example:

```
<div *ngIf="userObservable | async; else loading; let user">
  Hello {{user.last}}, {{user.first}}!
</div>
<template #loading>Waiting...</template>
```

closes #13061
closes #13297
2016-12-09 11:19:08 -08:00
..
@angular/tsc-wrapped chore(release): update version of tsc-wrapped to 0.4.2 2016-12-07 13:54:22 -08:00
build chore(build): remove unused build/util 2016-11-07 10:32:00 -08:00
cjs-jasmine refactor(compiler): drop old codegen tests that run inside of `test.sh` 2016-11-28 15:19:23 -08:00
code.angularjs.org build(publish): remove unneeded add-license-to-rx (#12734) 2016-11-10 15:56:14 -08:00
karma refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
npm chore(npm): clean up clean-shrinkwrap script 2016-10-31 11:26:59 -07:00
public_api_guard feat: ngIf now supports else; saves condition to local var 2016-12-09 11:19:08 -08:00
travis refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
tree-shaking-test refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
tsc-watch refactor(compiler): drop old codegen tests that run inside of `test.sh` 2016-11-28 15:19:23 -08:00
tslint refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
typings-test style: add missing semicolons 2016-10-31 14:25:53 -07:00
check-environment.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
chromedriverpatch.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
jsconfig.json chore(vscode): add jsconfig.json and remove .settings dir 2015-10-29 13:53:21 +00:00
tsconfig.json fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
types.d.ts fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) 2016-08-19 12:10:53 -07:00
utils.inc feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00