Inline annotated function support added to service method on IProvideService\

This commit is contained in:
unknown
2016-01-18 16:32:28 -03:00
parent 70bf7e2bfe
commit 3bebbe1bae

View File

@@ -1876,6 +1876,7 @@ declare module angular {
provider(name: string, provider: IServiceProvider): IServiceProvider;
provider(name: string, serviceProviderConstructor: Function): IServiceProvider;
service(name: string, constructor: Function): IServiceProvider;
service(name: string, inlineAnnotatedFunction: any[]): IServiceProvider;
value(name: string, value: any): IServiceProvider;
}