https://github.com/angular/angular
Raw File
Tip revision: 1472515d683b25bc095fc8d5e7edffb634d65d12 authored by Alex Rickabaugh on 02 August 2023, 20:12:49 UTC
release: cut the v16.2.0-rc.0 release
Tip revision: 1472515
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