You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change introduces a UMD bundle to the published package, and
adds ES2015 modules to the root of the project. Some changes
were necessary to fix imports and make rollup work correctly.
This change should make AngularFire2 ahead-of-time-compilation
-friendly.
* Unwraps the data returned in the DataSnapshot. Exposes the DataSnapshot key and exists methods through the $key and $exists properties respectively. If the value is primitive, it is unwrapped using a $value property. The $ properies mean they cannot be saved in the Database as those characters are invalid.
42
+
* Unwraps the data returned in the DataSnapshot. Exposes the DataSnapshot key and exists methods through the $key and $exists properties respectively. If the value is primitive, it is unwrapped using a $value property. The $ properies mean they cannot be saved in the Database as those characters are invalid.
44
43
* @param {DataSnapshot} snapshot - The snapshot to unwrap
45
44
* @return AFUnwrappedDataSnapshot
46
45
* @example
@@ -95,12 +94,10 @@ export function stripLeadingSlash(value: string): string {
95
94
* TODO: remove this scheduler once Rx has a more robust story for working
0 commit comments