docs(core): update <content> to <ng-content>

This commit is contained in:
Shuhei Kagawa 2016-01-01 12:44:20 +09:00 committed by Alex Eagle
parent 8755a8e188
commit c25b9fcf97
2 changed files with 2 additions and 2 deletions

View File

@ -974,7 +974,7 @@ export var Attribute: AttributeFactory = makeParamDecorator(AttributeMetadata);
* <ul>
* <li *ngFor="#pane of panes">{{pane.title}}</li>
* </ul>
* <content></content>
* <ng-content></ng-content>
* `
* })
* class Tabs {

View File

@ -67,7 +67,7 @@ export class AttributeMetadata extends DependencyMetadata {
* <ul>
* <li *ngFor="#pane of panes">{{pane.title}}</li>
* </ul>
* <content></content>
* <ng-content></ng-content>
* `
* })
* class Tabs {