Class PersistenceService<T>

This feature can be used by creating a new file with something like:

export const MyCustomPersistenceService = new PersistenceService<MyCustomApplicationModel>();

There is also a simplified version in SimplePersistenceService.

Type Parameters

  • T

Implements

Constructors

Methods

Constructors

Methods