https://github.com/angular/angular
Raw File
Tip revision: e7c722574f058c2c30b2b77db2d8eb23a8ce2332 authored by atscott on 15 July 2020, 17:07:43 UTC
release: cut the v10.1.0-next.1 release
Tip revision: e7c7225
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