-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathrxfire.ts
More file actions
26 lines (24 loc) · 847 Bytes
/
rxfire.ts
File metadata and controls
26 lines (24 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// DO NOT MODIFY, this file is autogenerated by tools/build.ts
import { ɵzoneWrap } from '@angular/fire';
import {
auditTrail as _auditTrail,
changeToData as _changeToData,
fromRef as _fromRef,
list as _list,
listVal as _listVal,
object as _object,
objectVal as _objectVal,
stateChanges as _stateChanges
} from 'rxfire/database';
export {
ListenEvent,
ListenerMethods
} from 'rxfire/database';
export const auditTrail = ɵzoneWrap(_auditTrail, true);
export const changeToData = ɵzoneWrap(_changeToData, true);
export const fromRef = ɵzoneWrap(_fromRef, true);
export const list = ɵzoneWrap(_list, true);
export const listVal = ɵzoneWrap(_listVal, true);
export const object = ɵzoneWrap(_object, true);
export const objectVal = ɵzoneWrap(_objectVal, true);
export const stateChanges = ɵzoneWrap(_stateChanges, true);