source: trip-planner-front/node_modules/@angular/cdk/schematics/ng-update/index.d.ts@ 6a3a178

Last change on this file since 6a3a178 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 CDK 6.0.0 */
10export declare function updateToV6(): Rule;
11/** Entry point for the migration schematics with target of Angular CDK 7.0.0 */
12export declare function updateToV7(): Rule;
13/** Entry point for the migration schematics with target of Angular CDK 8.0.0 */
14export declare function updateToV8(): Rule;
15/** Entry point for the migration schematics with target of Angular CDK 9.0.0 */
16export declare function updateToV9(): Rule;
17/** Entry point for the migration schematics with target of Angular CDK 10.0.0 */
18export declare function updateToV10(): Rule;
19/** Entry point for the migration schematics with target of Angular CDK 11.0.0 */
20export declare function updateToV11(): Rule;
21/** Entry point for the migration schematics with target of Angular CDK 12.0.0 */
22export declare function updateToV12(): Rule;
23/** Entry point for the migration schematics with target of Angular CDK 13.0.0 */
24export declare function updateToV13(): Rule;
Note: See TracBrowser for help on using the repository browser.