https://github.com/angular/angular
Raw File
Tip revision: bde57016c6338f9961405ee0064ef44e0ef234f3 authored by Matias Niemelä on 24 October 2017, 00:35:17 UTC
docs: add changelog for 5.0.0-rc.4
Tip revision: bde5701
system.d.ts
/**
 * Dummy typings for systemjs.
 */
declare var System: any;
back to top