src/app/model/entities/entities.model.ts
An entities model.
Properties |
|
constructor()
|
Constructs the entities model. ~constructor |
Public countCache |
Type : Indexable
|
Default value : {}
|
Aggregation count cache. |
Public entities |
Default value : new Entities()
|
Entities data. |
Public frequenciesCache |
Type : Indexable
|
Default value : {}
|
Frequencies cache. |
Public ui |
Default value : new UI()
|
UI data. |