We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0adae6 commit 6eaa09aCopy full SHA for 6eaa09a
modules/angular2/src/di/injector.ts
@@ -15,9 +15,6 @@ import {Key} from './key';
15
import {resolveForwardRef} from './forward_ref';
16
import {SelfMetadata, HostMetadata, SkipSelfMetadata} from './metadata';
17
18
-const _constructing = CONST_EXPR(new Object());
19
-const _notFound = CONST_EXPR(new Object());
20
-
21
// Threshold for the dynamic version
22
const _MAX_CONSTRUCTION_COUNTER = 10;
23
0 commit comments