/angular-flyweight

A sample implementation of Flyweight pattern using AngularJS

Primary LanguageJavaScriptMIT LicenseMIT

AngularJS using Flyweight Pattern

A sample that shows how to implement the Flyweight pattern with AngularJS 1.4

Running Locally

Make sure you have Node.js installed.

$ git clone https://github.com/iranreyes/angular-flyweight.git # or clone your own fork
$ cd angular-flyweight
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Documentation

For more information about AngularJS and Flyweight visit: