index.d.ts 643 B

1234567891011121314
  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 6.0.0 */
  10. export declare function updateToV6(): Rule;
  11. /** Entry point for the migration schematics with target of Angular Material 7.0.0 */
  12. export declare function updateToV7(): Rule;
  13. /** Entry point for the migration schematics with target of Angular Material 8.0.0 */
  14. export declare function updateToV8(): Rule;