File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.dev/license
7
+ */
8
+
1
9
import { InjectionToken } from '@angular/core' ;
2
10
3
11
/**
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.dev/license
7
+ */
8
+
1
9
import { InjectionToken } from '@angular/core' ;
2
10
3
11
/**
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
10
10
ChangeDetectionStrategy ,
11
11
Component ,
12
12
ContentChild ,
13
- InjectionToken ,
14
13
Input ,
15
14
OnChanges ,
16
15
OnDestroy ,
You can’t perform that action at this time.
0 commit comments