@angular/google-maps
Version:
Angular Google Maps
13 lines • 459 B
JavaScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateToV20 = updateToV20;
/** Entry point for the migration schematics with target of Angular Material v20 */
function updateToV20() { }
//# sourceMappingURL=index.js.map
;