https://github.com/angular/angular
Raw File
Tip revision: 7cd79b8e01c5d99fabab6439beb9c63078102f2e authored by Paul Gschwendtner on 21 April 2022, 13:45:42 UTC
build: updates to account for github primary branch rename [v11] (#45718)
Tip revision: 7cd79b8
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