src/lib/components/store-debug/store-debug.component.ts
Simple component for displaying the current values in the data store.
OnDestroy
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | ccf-store-debug |
| templateUrl | ./store-debug.component.html |
| styleUrl | ./store-debug.component.scss |
Accessors |
constructor()
|
|
Creates an instance of store debug component. Sets up the store data listeners. |
| data |
getdata()
|
|
Gets the store data as a list of state name to key-value pairs
Returns :
KVList<KVList>
|