https://github.com/angular/angular
Raw File
Tip revision: 7ed39ebaafa077cba61c980570092e345f7ba43a authored by Alex Rickabaugh on 25 January 2017, 21:40:10 UTC
docs(changelog): add changelog for 2.4.5
Tip revision: 7ed39eb
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top