https://github.com/angular/angular
Raw File
Tip revision: 0115e2b66493b06532f5399f3cad79e6149aed7f authored by Alex Rickabaugh on 15 December 2021, 19:31:25 UTC
release: cut the v13.1.1 release (#44495)
Tip revision: 0115e2b
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