blob: af05ebb385c1efd29ddf08ae8cb05d564d6b9643 [file] [log] [blame]
/**
* @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
*/
/// <amd-module name="@angular/core/schematics/migrations/static-queries" />
import { Rule } from '@angular-devkit/schematics';
/** Entry point for the V8 static-query migration. */
export default function (): Rule;