@angular/google-maps 13.0.0-rc.1 → 13.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/google-maps_public_index.mjs +5 -0
- package/esm2020/index.mjs +6 -2
- package/fesm2015/google-maps.mjs +8 -0
- package/fesm2015/google-maps.mjs.map +1 -1
- package/fesm2020/google-maps.mjs +8 -0
- package/fesm2020/google-maps.mjs.map +1 -1
- package/google-maps_public_index.d.ts +4 -0
- package/index.d.ts +5 -1
- package/package.json +5 -5
package/fesm2020/google-maps.mjs
CHANGED
|
@@ -3241,6 +3241,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
|
|
|
3241
3241
|
* found in the LICENSE file at https://angular.io/license
|
|
3242
3242
|
*/
|
|
3243
3243
|
|
|
3244
|
+
/**
|
|
3245
|
+
* @license
|
|
3246
|
+
* Copyright Google LLC All Rights Reserved.
|
|
3247
|
+
*
|
|
3248
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
3249
|
+
* found in the LICENSE file at https://angular.io/license
|
|
3250
|
+
*/
|
|
3251
|
+
|
|
3244
3252
|
/**
|
|
3245
3253
|
* Generated bundle index. Do not edit.
|
|
3246
3254
|
*/
|