UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

6 lines (5 loc) 251 B
import { type CallExpression } from 'ng-morph'; /** * Checks if the given call expression is a method call on the given service. */ export declare function isServiceMethodCall(call: CallExpression, serviceName: string, methodName: string): boolean;