A set of design patterns implementations examples in Typescript
- Chain of Responsibility
- Command
- Composite
- Decorator
- Factory
- Iterator
- Null Object
- Observer
- Proxy
- Singleton
- Strategy
$ npm installJust run run_demo.sh script passing demo name as call argument.
Example:
$ EXAMPLE=strategy npm start