UNPKG

fcash-insight

Version:
20 lines (17 loc) 405 B
import { NgModule } from '@angular/core'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { IonicModule } from 'ionic-angular'; @NgModule({ declarations: [ ], imports: [ FormsModule, IonicModule, ReactiveFormsModule ], exports: [ ], entryComponents: [], providers: [] }) export class ComponentsModule {}