https://github.com/angular/angular
Raw File
Tip revision: 06e479ff66c4fd91208311334f57c7d21b36d554 authored by Victor Berchet on 10 August 2017, 16:39:40 UTC
docs: add changelog for 4.3.4
Tip revision: 06e479f
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