https://github.com/angular/angular
Raw File
Tip revision: 64cf087ae562720c39cc89ba6073f070e3be4c3b authored by atscott on 17 August 2020, 20:23:09 UTC
release: cut the v10.1.0-next.6 release
Tip revision: 64cf087
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