docs(core): fix API docs for Injector.get
This commit is contained in:

committed by
Victor Berchet

parent
0c36f2353d
commit
49162784a8
@ -56,7 +56,7 @@ export abstract class Injector {
|
|||||||
*/
|
*/
|
||||||
abstract get<T>(token: Type<T>|InjectionToken<T>, notFoundValue?: T): T;
|
abstract get<T>(token: Type<T>|InjectionToken<T>, notFoundValue?: T): T;
|
||||||
/**
|
/**
|
||||||
* @deprecated from v4.0.0 use Type<T> or InjectToken<T>
|
* @deprecated from v4.0.0 use Type<T> or InjectionToken<T>
|
||||||
* @suppress {duplicate}
|
* @suppress {duplicate}
|
||||||
*/
|
*/
|
||||||
abstract get(token: any, notFoundValue?: any): any;
|
abstract get(token: any, notFoundValue?: any): any;
|
||||||
|
Reference in New Issue
Block a user