@angular/fire
- Version 19.0.0
- Published
- 4.63 MB
- 5 dependencies
- MIT license
Install
npm i @angular/fire
yarn add @angular/fire
pnpm add @angular/fire
Overview
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 (3)
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[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](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 3398 ms. - Missing or incorrect documentation? Open an issue for this package.