Skip to content

Commit dcc5722

Browse files
langxyzxyzAndrewKushnir
authored andcommitted
docs: remove unused import from example (angular#59200)
PR Close angular#59200
1 parent f9e6db9 commit dcc5722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adev/src/content/examples/attribute-directives/src/app/highlight.directive.2.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// #docregion imports
33
import {Directive, ElementRef, HostListener} from '@angular/core';
44
// #enddocregion imports
5-
import {Input} from '@angular/core';
65
// #docregion
76

87
@Directive({

0 commit comments

Comments
 (0)