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