dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
6 lines (5 loc) • 338 B
TypeScript
import { InjectableOptions } from './injectable';
export declare function Component(): (target: any) => any;
export declare function View(): (target: any) => any;
export declare function Service(options?: InjectableOptions): (target: any) => any;
export declare function ReplaceService(options?: InjectableOptions): (target: any) => any;