0.0.15 • Published 6 years ago

ezform2-module v0.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Ezform2 Module Template

This is a template for building Ezform2 application with Angular2/Ionic2 module using TypeScript.

Developing

Develop your module like any other Angular 2 module. Then, run npm run build to build a local copy.

If you'd like to test this package, run npm install ezform2-module@version

Using your module in an Ionic 2 app

import { NgModule } from '@angular/core';
import { IonicApp, IonicModule } from 'ionic-angular';
import { MyApp } from './app.component';
import { HomePage } from '../pages/home/home';

// Import your module
import { Ezform2Module } from 'ezform2-module';

@NgModule({
  declarations: [
    MyApp,
    HomePage
  ],
  imports: [
    IonicModule.forRoot(MyApp),
    Ezform2Module // Put your module here
  ],
  bootstrap: [IonicApp],
  entryComponents: [
    MyApp,
    HomePage
  ],
  providers: []
})
export class AppModule {}
0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago