docs(chore): de-link Type because there's no doc for dgeni to find

This commit is contained in:
Naomi Black 2015-07-28 13:47:31 -07:00
parent d426af741c
commit 448ca384cc
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class DynamicComponentLoader {
* Loads a root component that is placed at the first element that matches the component's
* selector.
*
* - `typeOrBinding` {@link Type} \ {@link Binding} - representing the component to load.
* - `typeOrBinding` `Type` \ {@link Binding} - representing the component to load.
* - `overrideSelector` (optional) selector to load the component at (or use
* `@Component.selector`) The selector can be anywhere (i.e. outside the current component.)
* - `injector` {@link Injector} - optional injector to use for the component.