source: trip-planner-front/node_modules/@angular/material/schematics/ng-update/index.d.ts@ e29cc2e

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
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 { Rule } from '@angular-devkit/schematics';
9/** Entry point for the migration schematics with target of Angular Material v6 */
10export declare function updateToV6(): Rule;
11/** Entry point for the migration schematics with target of Angular Material v7 */
12export declare function updateToV7(): Rule;
13/** Entry point for the migration schematics with target of Angular Material v8 */
14export declare function updateToV8(): Rule;
15/** Entry point for the migration schematics with target of Angular Material v9 */
16export declare function updateToV9(): Rule;
17/** Entry point for the migration schematics with target of Angular Material v10 */
18export declare function updateToV10(): Rule;
19/** Entry point for the migration schematics with target of Angular Material v11 */
20export declare function updateToV11(): Rule;
21/** Entry point for the migration schematics with target of Angular Material v12 */
22export declare function updateToV12(): Rule;
23/** Entry point for the migration schematics with target of Angular Material v13 */
24export declare function updateToV13(): Rule;
Note: See TracBrowser for help on using the repository browser.