blob: 6bdb3df338e4c3c6f56b482aeb587abbb9f62a17 [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/relative-link-resolution" />
import { Rule } from '@angular-devkit/schematics';
/** Entry point for the v11 "relativeLinkResolution RouterModule options" schematic. */
export default function (): Rule;