version-names.d.ts 668 B

12345678910111213141516
  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. /** Name of the Material version that is shipped together with the schematics. */
  9. export declare const materialVersion: string | null;
  10. /**
  11. * Range of Angular versions that can be used together with the Angular Material version
  12. * that provides these schematics.
  13. */
  14. export declare const requiredAngularVersionRange = "^8.0.0 || ^9.0.0-0";
  15. /** HammerJS version that should be installed if gestures will be set up. */
  16. export declare const hammerjsVersion = "^2.0.8";