UNPKG

gun-flint

Version:

Micro-framework for building Gun adapters

8 lines (6 loc) 169 B
import { NgModule, Injectable } from '@angular/core'; import Gun from 'gun/gun'; @Injectable() export class GunDb { readonly gun = Gun(location.origin + '/gun'); }