Skip to content Skip to sidebar Skip to footer
Showing posts with the label Monkeypatching

How To Intercept A Known Property Value Assignment Of An Unknwon Object Created Using Literal Notation

This question is a continuation of another I asked here: How to intercept and modify a specific pro… Read more How To Intercept A Known Property Value Assignment Of An Unknwon Object Created Using Literal Notation

Patching Element.prototype.addeventlistener Breaks Any Angular 2 App

I have an Angular 2 app https://github.com/DanWahlin/Angular-JumpStart. I tried to patch Element.pr… Read more Patching Element.prototype.addeventlistener Breaks Any Angular 2 App

What's A Good Method For Monkey Patching Bower Packages In Angular?

I'm working on an Angular.js project based on ngBoilerplate. I had some environment specific is… Read more What's A Good Method For Monkey Patching Bower Packages In Angular?