Polymer.ImportStatus is undefined error

52 Views Asked by At

I am unable to run the polymer using the bower components but it is able to run through online path which is

<link rel="import" href="http://www.polymer-project.org/1.0/components/core-ajax/core-ajax.html"> 
<link rel="import" href="http://www.polymer-project.org/1.0/components/paper-button/paper-button.html">

When I'm using these files from bower components it is showing many errors...

1

There are 1 best solutions below

0
kyunghwanjung On
<link rel="import" href="https://www.polymer-project.org/1.0/components/core-ajax/core-ajax.html"> 
<link rel="import" href="https://www.polymer-project.org/1.0/components/paper-button/paper-button.html">

Here the answer is helpful.

Is there CDN for polymer elements?

put the s in http

The rank is low.I could not write a comment Please understand