docs: the Component import is not being used (#52323)

PR Close #52323
This commit is contained in:
Alvaro Junqueira 2023-10-23 12:52:42 +02:00 committed by Dylan Hunn
parent 11e0ef2268
commit 56598a16a7

View file

@ -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({