https://github.com/angular/angular
Raw File
Tip revision: c675d2b82024e4b03f7316539f26f4cfa070b2c3 authored by Ben Hong on 21 May 2024, 16:21:31 UTC
docs: make entire tutorial local to match offline intention for first-app tutorial
Tip revision: c675d2b
package.json
{
  "name": "@angular/platform-browser-dynamic",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - library for using Angular in a web browser with JIT compilation",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^18.13.0 || >=20.9.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/compiler": "0.0.0-PLACEHOLDER",
    "@angular/platform-browser": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/platform-browser-dynamic"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top