https://github.com/angular/angular
Raw File
Tip revision: a5b5b7d5ef84b9852d2115dd7a764f4ab3299379 authored by Joey Perrott on 17 April 2024, 17:57:53 UTC
refactor: migrate core/primitives to prettier formatting (#55387)
Tip revision: a5b5b7d
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