angular2
Version:
Angular 2 - a web framework for modern web apps
8 lines (7 loc) • 323 B
TypeScript
import { Type } from 'angular2/src/facade/lang';
import { Provider } from 'angular2/src/core/di';
/**
* A default set of providers which should be included in any Angular
* application, regardless of the platform it runs onto.
*/
export declare const APPLICATION_COMMON_PROVIDERS: Array<Type | Provider | any[]>;