2024-02-09 00:38:41 +00:00
|
|
|
/**
|
|
|
|
* @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.io/license
|
|
|
|
*/
|
|
|
|
import { Rule } from '@angular-devkit/schematics';
|
2024-06-03 19:44:25 +00:00
|
|
|
/**
|
|
|
|
* Migration main entrypoint
|
|
|
|
*/
|
2024-02-09 00:38:41 +00:00
|
|
|
export default function (): Rule;
|