Ahmed Raza

Results 9 comments of Ahmed Raza

@SebastianStehle keep the angular2-polyfills at above from es6-shim ``` html ```

But, It's working...

You have to change this from ``` javascript var defineProperty = function (object, name, value, force) { if (!force && name in object) { return; } if (supportsDescriptors) { Object.defineProperty(object,...

@ljharb you are right, but if you want to > es6-shim to be robust against it you have to do like this :)

This error occurs after merging files into one.

@ljharb I had debugged the result of `globals.Reflect` at [Line:265](https://github.com/paulmillr/es6-shim/blob/0.35.0/es6-shim.js#L265) in both situations(separate files and bundle file). The result was shock, with separate files the value of `globals.Reflect` is object...

Issue resolved in updated angular2 lib, I tried in [email protected], working without any problem.

I am running into the same issue while using the Ionic's `ion-button` component with `routerLink`, so indeed it is not a perfect behaviour to get to the `a` element by...