@angular/core
Version:
Angular - the core framework
14 lines (13 loc) • 469 B
TypeScript
/**
* @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/dynamic-queries" />
import { Rule } from '@angular-devkit/schematics';
/**
* Runs the dynamic queries migration for all TypeScript projects in the current CLI workspace.
*/
export default function (): Rule;