Closed zaikin-andrew closed 8 years ago
Hey Andrew, I must admit that I have never used angular 2 with es6. I must experiment a little bit. Is there any reason for not using TS?
The reason is the decision of the our client xD
How unfortunate for you :) How do you import js files? SystemJS, webpack, jspm?
I used https://github.com/blacksonic/angular2-babel-esnext-starter as a starter kit with webpack.
I tried to use fresh clone of the repo https://github.com/blacksonic/angular2-babel-esnext-starter and everything is ok :smiley: Probably I need to update my build to RC6 according angular2-babel-esnext-starter.
Sorry to bother you.
No problem :)
I am also getting this error.
Angular 2.1.0-beta.0 Webpack 2.1.0.beta.22
following instructions in readme.md
Hi there. I have a build with webpack(with Babel) and project with ng2 rc5 written by ES6. I'm trying to add
CookieService
to providers in AppModulebut have an error
CookieOptions
is not injectable as I understand. Well I'm trying to useANGULAR2_COOKIE_PROVIDERS
but have
Could you assist me please?