https://github.com/angular/angular
Raw File
Tip revision: 1fc0d055651f94cf60419ab102b96801ca9bec9e authored by Hans Larsen on 22 June 2017, 00:21:39 UTC
docs: add changelog for 4.3.0-beta.0
Tip revision: 1fc0d05
system.d.ts
/**
 * Dummy typings for systemjs.
 */
declare var System: any;
back to top