Skip to content

Commit

Permalink
docs: the Component import is not being used (#52323)
Browse files Browse the repository at this point in the history
PR Close #52323
  • Loading branch information
alvarocjunq authored and dylhunn committed Oct 25, 2023
1 parent 3afee87 commit 372dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/location/location_strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 372dd0a

Please sign in to comment.