Skip to content

Commit 56598a1

Browse files
alvarocjunqdylhunn
authored andcommitted
docs: the Component import is not being used (angular#52323)
PR Close angular#52323
1 parent 11e0ef2 commit 56598a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/location/location_strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export abstract class LocationStrategy {
5858
* with a base href value, so that the DI framework can supply the dependency anywhere in the app.
5959
*
6060
* ```typescript
61-
* import {Component, NgModule} from '@angular/core';
61+
* import {NgModule} from '@angular/core';
6262
* import {APP_BASE_HREF} from '@angular/common';
6363
*
6464
* @NgModule({

0 commit comments

Comments
 (0)