X Tutup
Skip to content

Commit e891bae

Browse files
committed
chore: remove unused decorator
Closes angular#5880
1 parent 2aaef81 commit e891bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/di/decorators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
HostMetadata,
77
SkipSelfMetadata
88
} from './metadata';
9-
import {makeDecorator, makeParamDecorator, TypeDecorator} from '../util/decorators';
9+
import {makeDecorator, makeParamDecorator} from '../util/decorators';
1010

1111
/**
1212
* Factory for creating {@link InjectMetadata}.

0 commit comments

Comments
 (0)
X Tutup