blob: d99f87c28ffb808867fa21732e1efc6623bf5672 [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/undecorated-classes-with-di" />
import { Rule } from '@angular-devkit/schematics';
/** Entry point for the V9 "undecorated-classes-with-di" migration. */
export default function (): Rule;