ionic-module-appsapp
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Ionic Module appsApp Framework

This is a module for building your own apps with appsApp framework.

Installing the module

npm install --save ionic-module-appsapp

Using your module in an Ionic 2 app

 
import {AppsappModule} from "ionic-module-appsapp";
 
@NgModule({
  declarations: [
    MyApp,
    HomePage
  ],
  imports: [
    BrowserModule,
    IonicModule.forRoot(MyApp),
    AppsappModule
  ],
  bootstrap: [IonicApp],
  entryComponents: [
    MyApp,
    HomePage
  ],
  providers: [
    StatusBar,
    SplashScreen,
    {provide: ErrorHandler, useClass: IonicErrorHandler}
  ]
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i ionic-module-appsapp

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • michael.egli