https://github.com/angular/angular
Raw File
Tip revision: 4e7d2bd5bfc329704e0577f7c987970a708c8c15 authored by Matias Niemelä on 15 September 2017, 21:54:32 UTC
docs: add changelog for 4.4.0
Tip revision: 4e7d2bd
package.json
{
  "name": "@angular/core/testing",
  "typings": "../testing.d.ts",
  "main": "../bundles/core-testing.umd.js",
  "module": "../@angular/core/testing.es5.js",
  "es2015": "../@angular/core/testing.js"
}
back to top