4

I am trying to follow the https://material.angular.io/components link to learn some material concepts. However when I am running their examples on plunker i keep getting an error:

enter image description here

The exapmles used to work just fine a week before but why this error now.

Aakash Thakur
  • 3,837
  • 10
  • 33
  • 64
  • Check plunker from http://stackoverflow.com/questions/34205593/working-example-of-angular-2-0-material-mddialog-with-angular-2-0/40185852#40185852 – yurzui Apr 10 '17 at 10:20

1 Answers1

0

First, go back to the documentation page you were reading and hard-refresh (SHIFT + reload or clear your cache). The documentation caches aggressively and doesn't show the latest API; this is a known issue and you can easily wind up looking at old code that doesn't work anymore.

Second, check your adblocker. Mine was stopping a request for pubfig (?) that resulted in the same error you're seeing above.

Coderer
  • 25,844
  • 28
  • 99
  • 154