This feature can be used by creating a new file with something like:
export const MyCustomPersistenceService = new PersistenceService<MyCustomApplicationModel>(); Copy
export const MyCustomPersistenceService = new PersistenceService<MyCustomApplicationModel>();
There is also a simplified version in SimplePersistenceService.
This feature can be used by creating a new file with something like:
There is also a simplified version in SimplePersistenceService.