docs(api): changes to correct jade errors in API doc gen (#11619)

This commit is contained in:
Naomi Black
2016-09-15 09:09:00 -07:00
committed by Igor Minar
parent c0bdd89b5d
commit cfc12c6539
2 changed files with 17 additions and 12 deletions

View File

@ -91,10 +91,12 @@ export class NgPlural {
* given expression matches the plural expression according to CLDR rules.
*
* @howToUse
* <some-element [ngPlural]="value">
* <ng-container *ngPluralCase="'=0'">...</ng-container>
* <ng-container *ngPluralCase="'other'">...</ng-container>
* </some-element>
* ```
* <some-element [ngPlural]="value">
* <ng-container *ngPluralCase="'=0'">...</ng-container>
* <ng-container *ngPluralCase="'other'">...</ng-container>
* </some-element>
*```
*
* See {@link NgPlural} for more details and example.
*