latest-versions.d.ts 468 B

123456789101112131415161718
  1. /**
  2. * @license
  3. * Copyright Google Inc. 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. export declare const latestVersions: {
  9. Angular: string;
  10. RxJs: string;
  11. ZoneJs: string;
  12. TypeScript: string;
  13. TsLib: string;
  14. DevkitBuildAngular: string;
  15. DevkitBuildNgPackagr: string;
  16. DevkitBuildWebpack: string;
  17. ngPackagr: string;
  18. };