-
Notifications
You must be signed in to change notification settings - Fork 12k
Firefox/IE11 - Angular-cli@Webpack & Polymer - TypeError: Polymer is undefined #1795
New issue
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
Comments
#1747 is out on the next release and should make it easier to add global scripts. I can't really help you with a specific tutorial though, you'll have to ask whoever wrote it. |
I spend 5 days to solve this.
document.addEventListener('WebComponentsReady', () => {
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…request Currently, when using a post request the TransferHttpCache is invalidated, this is on the assumption that POST will mutate the previous GET requests. This however is very rare. Closes angular#1795
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Project created using angular-cli@webpack would return the following errors when running ng serve, in Firefox and IE11.
Windows 7
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:v6.3.1
do on your code? etc.
more information.
How can I do without using document.addEventListener('WebComponentsReady', function() [..] in index.html?
I put something like that into index.html :
<script> window.Polymer = window.Polymer || {}; window.Polymer.dom = 'shadow'; </script>
But I got this error :
TypeError: Polymer.Settings is undefined
Without SystemJS, I can't use webcomponents. Tutorial
The text was updated successfully, but these errors were encountered: