style(di): add new lines
This commit is contained in:
parent
d313cac42f
commit
0b60f8494d
|
@ -19,4 +19,4 @@ export class InjectLazy {
|
|||
constructor(token) {
|
||||
this.token = token;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,4 +73,4 @@ export class BindingBuilder {
|
|||
reflector.dependencies(factoryFunction) :
|
||||
ListWrapper.map(dependencies, (t) => new Dependency(Key.get(t), false, false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,4 +84,4 @@ export class NoAnnotationError extends Error {
|
|||
toString() {
|
||||
return this.message;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ export class Key {
|
|||
static numberOfKeys() {
|
||||
return _id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
export class Module {}
|
||||
export class Module {}
|
||||
|
|
|
@ -51,4 +51,4 @@ class Reflector {
|
|||
}
|
||||
}
|
||||
|
||||
export var reflector:Reflector = new Reflector();
|
||||
export var reflector:Reflector = new Reflector();
|
||||
|
|
Loading…
Reference in New Issue