Konva – Basics

Introduction Konva is a wrapper for the HTML5 canvas element. In this post we’ll see a basic introduction of Konva library and we’ll also use it in an Angular application. Konva has very good documentation available, please check it to get more details as needed. Setting Up the Code Solution I will be using an … Read more

NgRx – Strongly Typing the State and Building Selectors

Introduction In an introductory post we started with the basics of NgRx. We covered the first steps towards centralized state management for our application using NgRx which is Redux pattern tailored for Angular. We installed the NgRx store and wired-it up in our application. We saw, how we can structure our application state in small … Read more