docs(core): update <content> to <ng-content>
This commit is contained in:
parent
8755a8e188
commit
c25b9fcf97
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue