UNPKG

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
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;