Angular 4+ Async Cache Module

A simple utility to help with caching of promises and observables to enable an easy offline first approach in angular 4.3+ apps.

Drawing Complex Canvas Graphics With Angular – ng2-konva

ng2-konva is a JavaScript library for drawing complex canvas graphics using Angular. It provides declarative and reactive bindings to the Konva Framework. Installation: # NPM $ npm install konva ng2-konva –save Usage: import { BrowserModule } from ‘@angular/platform-browser’; import { NgModule } from ‘@angular/core’; import { KonvaModule } from ‘ng2-konva’; @NgModule({ declarations: , imports: , providers: , bootstrap: }) export class AppModule { } Preview: