docs: copy edit (#25582)

PR Close #25582
This commit is contained in:
Judy Bogart
2018-09-18 10:43:35 -07:00
committed by Ben Lesh
parent bc7f962039
commit d0e710d472
3 changed files with 9 additions and 9 deletions

View File

@ -12,11 +12,11 @@ import {EmbeddedViewRef} from './view_ref';
/**
* Represents an embedded template that can be used to instantiate embedded views.
* To instantiate embedded views based on a template, use {@link ViewContainerRef#
* createEmbeddedView}.
* To instantiate embedded views based on a template, use the `ViewContainerRef`
* method `createEmbeddedView()`.
*
* Access a `TemplateRef` instance by placing a directive (or directive prefixed with `*`)
* on an `<ng-template>` element. The `TemplateRef` for the embedded view
* Access a `TemplateRef` instance by placing a directive on an `<ng-template>`
* element (or directive prefixed with `*`). The `TemplateRef` for the embedded view
* is injected into the constructor of the directive,
* using the `TemplateRef` token.
*