Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Does not work with angular-cli: content.charCodeAt is not a function #223

Open poznyakovskiy opened 8 years ago

poznyakovskiy commented 8 years ago

I generated a barebone app with angular-cli@1.0.0-beta.11-webpack and tried to deploy it with now:

ng new ng-sample
cd ng-sample
npm install --save angular-cli@1.0.0-beta.11-webpack
ng init
now

I get the error message:

content.charCodeAt is not a function

Here is the link to the app: https://ng-sample-heemmtsdjo.now.sh/