https://github.com/angular/angular
Raw File
Tip revision: d2e7c99a93393ae5695dd3d374288afad2962b37 authored by Igor Minar on 16 April 2018, 07:21:13 UTC
docs: release notes for the 5.2.10 release
Tip revision: d2e7c99
package.json
{
  "name": "@angular/platform-browser/animations",
  "typings": "./animations.d.ts",
  "main": "../bundles/platform-browser-animations.umd.js",
  "module": "../esm5/animations.js",
  "es2015": "../esm2015/animations.js"
}
back to top