pkozlowski-opensource / ng2-play

A minimal Angular2 playground using TypeScript and SystemJS loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng2-play error on the browser

cmsdesigner opened this issue · comments

Hi , when i execute gulp play i have my ie browser is launched automatically and my page browser show only Loading...., and when i check a console i have an error on
Fichier : localhost:9000, ligne : 19, colonne : 5 and it says in french
System.config({defaultJSExtensions: true});
L’objet ne gère pas la propriété ou la méthode « config »
But the strange is it works on chrome
im working under windows 7
node v4.1.0
npm v3.3.3
gulp cli v3.9.0

alpha.37 has issues with non-chrome browsers, see: angular/angular#4216
This is something that needs to be fixed in angular itself, not here in this project.

ok thanks