@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
12 lines (11 loc) • 501 B
TypeScript
import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class SalesforceService {
private _router;
getSFResource: (path: string) => string;
getRNXTMethodName: () => string;
remoteAction(methodName: string, params: string[], resolve: any, reject: any, config?: any): void;
constructor(_router: Router);
static ɵfac: i0.ɵɵFactoryDeclaration<SalesforceService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SalesforceService>;
}