UNPKG

angular-persistence

Version:

A library to handle persistence for Angular 2 applications.

13 lines (12 loc) 262 B
/** * The module for the persistence framework. This will register the PersistenceService * as a provider and export it. * * @export * @class AngularPersistenceModule * * @author Scott O'Bryan * @since 1.0 */ export declare class PersistenceModule { }