gun-flint
Version:
Micro-framework for building Gun adapters
25 lines (22 loc) • 603 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule, Injectable } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { Observable } from 'rxjs/Observable';
import { NgPipesModule } from 'ngx-pipes';
import { AppComponent } from './app.component';
import { GunDb } from 'app/gun.service';
export class AppModule { }