docs: the token should be associated with LibHeaderComponent (#40922)

PR Close #40922
This commit is contained in:
Amadou Sall 2021-02-19 14:46:01 +01:00 committed by atscott
parent 30d5e25a28
commit aed2782c4a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ abstract class LibHeaderToken {
@Component({ @Component({
selector: 'lib-header', selector: 'lib-header',
providers: [ providers: [
{provide: LibHeaderToken, useExisting: LibHeader} {provide: LibHeaderToken, useExisting: LibHeaderComponent}
] ]
..., ...,
}) })