We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 10.12.3
getFirebase() { const firebase = 'https://sampledatabase.firebaseio.com/mydb.json'; // not the actual databse, dummy url return this.http.get(firebase).map(response => response.json()); };
ng serve --aot --live-reload
myservice.service.tsmagicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead
I am using yarn to install dependencies
The text was updated successfully, but these errors were encountered:
Not sure, but possibly related to this issue #4640 however in that case person runs test suit, I am using ng serve.
Sorry, something went wrong.
This is fixed in master (#4582) but thanks for reporting.
Also, live reload is enabled by default for serve. You don't have to specify it manually.
Cheers :)
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
OS?
macOS 10.12.3
Versions.
Repro steps.
ng serve --aot --live-reload
myservice.service.tsmagicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead
The log given by the failure.
myservice.service.tsmagicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead
Mention any other details that might be useful.
I am using yarn to install dependencies
The text was updated successfully, but these errors were encountered: