@angular/google-maps
Advanced tools
Comparing version
{ | ||
"name": "@angular/google-maps", | ||
"version": "20.0.4", | ||
"version": "20.0.5", | ||
"description": "Angular Google Maps", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -8,3 +8,4 @@ /** | ||
*/ | ||
import { Rule } from '@angular-devkit/schematics'; | ||
/** Entry point for the migration schematics with target of Angular Material v20 */ | ||
export declare function updateToV20(): void; | ||
export declare function updateToV20(): Rule; |
@@ -12,3 +12,5 @@ "use strict"; | ||
/** Entry point for the migration schematics with target of Angular Material v20 */ | ||
function updateToV20() { } | ||
function updateToV20() { | ||
return function () { }; | ||
} | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
513767
0.07%6139
0.05%