AngularTS
Preparing search index...
InterpolateService
Interface InterpolateService
interface
InterpolateService
{
endSymbol
()
:
string
;
startSymbol
()
:
string
;
(
text
:
string
,
mustHaveExpression
?:
boolean
,
trustedContext
?:
SceContext
,
allOrNothing
?:
boolean
,
)
:
InterpolationFunction
|
undefined
;
}
InterpolateService
(
text
:
string
,
mustHaveExpression
?:
boolean
,
trustedContext
?:
SceContext
,
allOrNothing
?:
boolean
,
)
:
InterpolationFunction
|
undefined
Parameters
text
:
string
Optional
mustHaveExpression
:
boolean
Optional
trustedContext
:
SceContext
Optional
allOrNothing
:
boolean
Returns
InterpolationFunction
|
undefined
Index
Methods
end
Symbol
start
Symbol
Methods
end
Symbol
endSymbol
()
:
string
Returns
string
start
Symbol
startSymbol
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
end
Symbol
start
Symbol
AngularTS
Loading...