From 448ca384ccf6268a95f534f06ec58b673ac762a0 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 28 Jul 2015 13:47:31 -0700 Subject: [PATCH] docs(chore): de-link Type because there's no doc for dgeni to find --- modules/angular2/src/core/compiler/dynamic_component_loader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/core/compiler/dynamic_component_loader.ts b/modules/angular2/src/core/compiler/dynamic_component_loader.ts index 726912e1ad..9f7b63bbd0 100644 --- a/modules/angular2/src/core/compiler/dynamic_component_loader.ts +++ b/modules/angular2/src/core/compiler/dynamic_component_loader.ts @@ -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.