Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 587 Bytes

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: