We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48436d1 commit 4052130Copy full SHA for 4052130
src/google-maps/schematics/ng-update/index.ts
@@ -6,5 +6,9 @@
6
* found in the LICENSE file at https://angular.dev/license
7
*/
8
9
+import {Rule} from '@angular-devkit/schematics';
10
+
11
/** Entry point for the migration schematics with target of Angular Material v20 */
-export function updateToV20(): void {}
12
+export function updateToV20(): Rule {
13
+ return () => {};
14
+}
0 commit comments