Skip to content

Package Dependencies

Thor Schueler edited this page Apr 18, 2017 · 2 revisions

ng2-app-scaffolds depends on the following:

  "dependencies": {
    "@angular/common": "^2.4.8",
    "@angular/compiler": "^2.4.8",
    "@angular/core": "^2.4.8",
    "@angular/forms": "^2.4.8",
    "@angular/http": "^2.4.8",
    "@angular/platform-browser": "^2.4.8",
    "@angular/platform-browser-dynamic": "^2.4.8",
    "@angular/platform-server": "^2.4.8",
    "@angular/router": "^3.4.8",
    "animate.css": "^3.5.2",
    "bootstrap": "^3.3.7",
    "bootstrap-switch": "^3.3.4",
    "font-awesome": "^4.6.3",
    "jquery": "^3.1.1",
    "json-loader": "^0.5.4",
    "rxjs": "^5.2.0",
    "zone.js": "^0.7.2"
  },
  "devDependencies": {
    "@types/jquery": "^2.0.40",
    "@types/node": "^7.0.5",
    "typescript": "^2.2.1"
  }

Note: npm will generally install necessary dependencies, however, depending on your development environment and packaging, you might need to add appropriate entries for the above to your configuration files (package.json, webpack.config, etc.)

Clone this wiki locally