@angular/fire
- Version 20.0.1
- Published
- 4.67 MB
- 5 dependencies
- MIT license
Install
npm i @angular/fireyarn add @angular/firepnpm add @angular/fireOverview
Angular + Firebase = ❤️
Index
Variables
variable VERSION
const VERSION: Version;Functions
function ɵgetAllInstancesOf
ɵgetAllInstancesOf: <T = unknown>(identifier: string, app?: FirebaseApp) => T[];function ɵgetDefaultInstanceOf
ɵgetDefaultInstanceOf: <T = unknown>( identifier: string, provided: T[] | undefined, defaultApp: FirebaseApp) => T | undefined;function ɵisSupportedError
ɵisSupportedError: (module: string) => string;function ɵzoneWrap
ɵzoneWrap: <T = unknown>( it: T, blockUntilFirst: boolean, logLevel?: LogLevel) => T;function setLogLevel
setLogLevel: (logLevel: LogLevel) => LogLevel;Classes
class ɵAngularFireSchedulers
class ɵAngularFireSchedulers {}constructor
constructor();property insideAngular
readonly insideAngular: ɵZoneScheduler;property outsideAngular
readonly outsideAngular: ɵZoneScheduler;property ɵfac
static ɵfac: i0.ɵɵFactoryDeclaration<ɵAngularFireSchedulers, never>;property ɵprov
static ɵprov: i0.ɵɵInjectableDeclaration<ɵAngularFireSchedulers>;class ɵZoneScheduler
class ɵZoneScheduler implements SchedulerLike {}Schedules tasks so that they are invoked inside the Zone that is passed in the constructor.
constructor
constructor(zone: any, delegate?: any);method now
now: () => any;method schedule
schedule: ( work: (this: SchedulerAction<any>, state?: any) => void, delay?: number, state?: any) => Subscription;Enums
Package Files (1)
Dependencies (5)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (7)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@angular/fire.
- Markdown[](https://www.jsdocs.io/package/@angular/fire)
- HTML<a href="https://www.jsdocs.io/package/@angular/fire"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3663 ms. - Missing or incorrect documentation? Open an issue for this package.
