https://github.com/angular/angular
Raw File
Tip revision: 5542517b9cb756795e291f0bb3509435f431b13f authored by Matias Niemelä on 27 October 2017, 02:02:35 UTC
docs: add changelog for 5.0.0-rc.7
Tip revision: 5542517
package.json
{
  "name": "@angular/compiler",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the compiler library",
  "main": "./bundles/compiler.umd.js",
  "module": "./esm5/compiler.js",
  "es2015": "./esm2015/compiler.js",
  "typings": "./compiler.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top