0

I'm following along in the new Tuts+ course on Angular 2 https://code.tutsplus.com/courses/whats-new-in-angular-2/lessons/angular-2-and-es5

The author mentions including this script: <script src="node_modules/angular2/bundles/angular2.sfx.dev.js"></script>

However with the current latest beta build of Angular2, this file does not exist.

These are the files I currently see, I've tried including several of the files below, however I'll get different errors like missing Observables or System.

Anyone else running into this problem with Angular2?

enter image description here

Oleksii Pavlenko
  • 1,327
  • 1
  • 11
  • 25
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529

1 Answers1

0

Might want to check the 5 min quickstart on Angular's main page. Also take a look at this question:

How to start Angular2 project with minimum of required files using npm?

The file you are looking for is angular2.js or angular2.dev.js

Community
  • 1
  • 1
Langley
  • 5,326
  • 2
  • 26
  • 42
  • Thanks! Will accept in 7 minutes, now I have a new problem, `ng is not defined` but I will create a new question for that. – Leon Gaban Jan 11 '16 at 17:23
  • most likely you are using syntax from alpha, there's many changes on beta, once again check the 5 min quickstart and you'll catch most of them – Langley Jan 11 '16 at 17:24