https://github.com/angular/angular
Raw File
Tip revision: 5b06069fd921df30a5af13de94a05b6d500169a9 authored by Alex Rickabaugh on 07 February 2018, 19:25:45 UTC
docs: add changelog for 6.0.0-beta.3
Tip revision: 5b06069
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