UNPKG
@eliorar/angular-cesium
Version:
latest (12.0.0)
12.0.0
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
Angular library for working with Cesium.
github.com/eliorar/angular-cesium
eliorar/angular-cesium
@eliorar/angular-cesium
/
lib
/
angular-cesium
/
services
/
computation-cache
/
computation-cache.service.d.ts
9 lines
(8 loc)
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
i0
from
"@angular/core"
;
export
declare
class
ComputationCache
{
private
_cache;
get
(
expression
:
string
,
insertFn
: (
() =>
any
)):
any
;
clear
():
void
;
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
ComputationCache
,
never
>;
static
ɵ
prov
: i0.ɵɵ
InjectableDeclaration
<
ComputationCache
>; }