AngularTS
    Preparing search index...

    Interface InterpolateService

    interface InterpolateService {
        endSymbol(): string;
        startSymbol(): string;
        (
            text: string,
            mustHaveExpression?: boolean,
            trustedContext?: SceContext,
            allOrNothing?: boolean,
        ): InterpolationFunction | undefined;
    }
    • Parameters

      • text: string
      • OptionalmustHaveExpression: boolean
      • OptionaltrustedContext: SceContext
      • OptionalallOrNothing: boolean

      Returns InterpolationFunction | undefined

    Index

    Methods

    • Returns string

    • Returns string