https://github.com/angular/angular
Raw File
Tip revision: 986e80e9db46a267d33667464bb64c3501f8c72b authored by Jessica Janiuk on 12 May 2022, 22:05:49 UTC
release: cut the v13.3.8 release (#45976)
Tip revision: 986e80e
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