From 56598a16a705fd0342ededeb7e79634fee6245e4 Mon Sep 17 00:00:00 2001 From: Alvaro Junqueira Date: Mon, 23 Oct 2023 12:52:42 +0200 Subject: [PATCH] docs: the `Component` import is not being used (#52323) PR Close #52323 --- packages/common/src/location/location_strategy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/location/location_strategy.ts b/packages/common/src/location/location_strategy.ts index 4d643a15c6f..564be4142cb 100644 --- a/packages/common/src/location/location_strategy.ts +++ b/packages/common/src/location/location_strategy.ts @@ -58,7 +58,7 @@ export abstract class LocationStrategy { * with a base href value, so that the DI framework can supply the dependency anywhere in the app. * * ```typescript - * import {Component, NgModule} from '@angular/core'; + * import {NgModule} from '@angular/core'; * import {APP_BASE_HREF} from '@angular/common'; * * @NgModule({