File

libs/time-range-slider/src/lib/time-range-slider.service.ts

Extends

IdCache

Index

Properties
Methods

Methods

Public get
get(id: string)
Inherited from IdCache
Defined in IdCache:9
Parameters :
Name Type Optional
id string No
Returns : T
Public has
has(id: string)
Inherited from IdCache
Defined in IdCache:5
Parameters :
Name Type Optional
id string No
Returns : boolean
Public set
set(id: string, value: T)
Inherited from IdCache
Defined in IdCache:13
Parameters :
Name Type Optional
id string No
value T No
Returns : void

Properties

Private cache
Type : Map<string | T>
Default value : new Map()
Inherited from IdCache
Defined in IdCache:3
import { Injectable } from '@angular/core';
import { IdCache, Timespan } from '@helgoland/core';

@Injectable()
export class TimeRangeSliderCache extends IdCache<Timespan> { }

result-matching ""

    No results matching ""