All Projects → dwmkerr → angular-memory-leaks

dwmkerr / angular-memory-leaks

Licence: MIT License
A small and leaky AngularJS application used to demonstrate how to identify, analyse and resolve memory leaks in JavaScript applications. A companion to the write-up at www.dwmkerr.com/fixing-memory-leaks-in-angularjs-applications

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

angular-memory-leaks

A small and leaky AngularJS application used to demonstrate how to identify, analyse and resolve memory leaks in JavaScript applications.

This is a companion to the article Fixing Memory Leaks in AngularJS and other JavaScript Applications.

Memory Usage

Using the Code

Clone, install and gulp!

git clone https://github.com/dwmkerr/angular-memory-leaks.git 
cd angular-memory-leaks
npm install && bower install
gulp

Running gulp will serve the app, lint, and reload the browser when you change the code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].