https://github.com/angular/angular
Raw File
Tip revision: a8134dcfd4be1cc4f04163029e495aefe215d024 authored by Alex Rickabaugh on 30 September 2020, 16:54:50 UTC
release: cut the v10.1.4 release
Tip revision: a8134dc
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