docs: Add selector for `PeekABooDirective` (#42146)

PR Close #42146
This commit is contained in:
Sam Severance 2021-05-18 09:32:02 -04:00 committed by Jessica Janiuk
parent 43b4a8c07c
commit f3fde4bbb5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { LoggerService } from './logger.service';
let nextId = 1;
// #docregion ngOnInit
@Directive()
@Directive({selector: '[appPeekABoo]'})
export class PeekABooDirective implements OnInit {
constructor(private logger: LoggerService) { }