UNPKG

@angular/fire

Version:

The official library for Firebase and Angular

9 lines (8 loc) 320 B
import { ModuleWithProviders } from '@angular/core'; import { PersistenceSettings } from './interfaces'; export declare class AngularFirestoreModule { /** * Attempt to enable persistent storage, if possible */ static enablePersistence(persistenceSettings?: PersistenceSettings): ModuleWithProviders; }