source: trip-planner-front/node_modules/@angular/material/schematics/ng-update/migrations/misc-checks/misc-template.d.ts

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 600 bytes
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { Migration, ResolvedResource } from '@angular/cdk/schematics';
9/**
10 * Migration that walks through every inline or external template and reports if there
11 * are outdated usages of the Angular Material API that needs to be updated manually.
12 */
13export declare class MiscTemplateMigration extends Migration<null> {
14 enabled: boolean;
15 visitTemplate(template: ResolvedResource): void;
16}
Note: See TracBrowser for help on using the repository browser.