@angular/google-maps
Version:
Angular Google Maps
15 lines • 487 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() {
return function () { };
}
//# sourceMappingURL=index.js.map
;