https://github.com/angular/angular
Raw File
Tip revision: 4cf1a81265abbff2e2481cc0523fa89e474ecda1 authored by Dylan Hunn on 01 December 2021, 23:08:56 UTC
release: cut the v12.2.14 release (#44341)
Tip revision: 4cf1a81
system.d.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

/** Dummy typings for systemjs. */
declare var System: any;
back to top