https://github.com/angular/angular
Raw File
Tip revision: 58698d78066bd9f7c61b7cdce47a05e90ee87435 authored by Igor Minar on 02 August 2018, 20:50:39 UTC
release: cut the v6.1.1 release
Tip revision: 58698d7
system.d.ts
/**
 * Dummy typings for systemjs.
 */
declare var System: any;
back to top