From b8ea71afb688a72bf5096fc08eaa9858217269e1 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 29 Aug 2016 18:12:42 -0700 Subject: [PATCH] docs(cheatsheet): copy edit built-in-directives.md (#11153) Also remove Dart-specific code, since the Dart cheatsheet is produced from dart-lang/angular2. --- modules/@angular/docs/cheatsheet/built-in-directives.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/@angular/docs/cheatsheet/built-in-directives.md b/modules/@angular/docs/cheatsheet/built-in-directives.md index eab609e48c..e6b2a7b8b3 100644 --- a/modules/@angular/docs/cheatsheet/built-in-directives.md +++ b/modules/@angular/docs/cheatsheet/built-in-directives.md @@ -4,7 +4,6 @@ Built-in directives @description {@target ts}`import { CommonModule } from '@angular/common';`{@endtarget} {@target js}Available using the `ng.common.CommonModule` module{@endtarget} -{@target dart}Available using `platform_directives` in pubspec{@endtarget} @cheatsheetItem syntax: @@ -32,4 +31,4 @@ Conditionally swaps the contents of the div by selecting one of the embedded tem syntax: `
`|`[ngClass]` description: -Binds the presence of CSS classes on the element to the truthiness of the associated map values. The right-hand side expression should return {class-name: true/false} map. +Binds the presence of CSS classes on the element to the truthiness of the associated map values. The right-hand expression should return {class-name: true/false} map.