Skip to content

Instantly share code, notes, and snippets.

@santoshgistto
Forked from mirkonasato/angular2-starter.md
Created September 8, 2016 20:01
Show Gist options
  • Save santoshgistto/d111742238aaae04dae0be610455ac55 to your computer and use it in GitHub Desktop.
Save santoshgistto/d111742238aaae04dae0be610455ac55 to your computer and use it in GitHub Desktop.
Angular 2 with Webpack Project Setup - Code Snippets

Angular 2 Starter

This file contains code snippets to be used while following the Angular 2 with Webpack Project Setup video tutorial.

index.html

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf­8">
    <title></title>
  </head>
  <body>
  </body>
</html>

package.json - dependencies:

"@angular/common":  "2.0.0-rc.4",
"@angular/compiler":  "2.0.0-rc.4",
"@angular/core":  "2.0.0-rc.4",
"@angular/http":  "2.0.0-rc.4",
"@angular/platform-browser":  "2.0.0-rc.4",
"@angular/platform-browser-dynamic":  "2.0.0-rc.4",
"core-js": "2.4.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"

npm install - devDependencies:

[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment