appsapp-components-module

0.0.99 • Public • Published

appsApp components for Angular2 and Ionic2

This is an appsApp collection of high quality ui components with awesome backend and validation services. Now you build super sophisticated Angular2/Ionic2 apps using TypeScript. Supports Angular's ngc and Ahead-of-Time compiling.

Installing the module

npm install --save appsapp-components-module

Using 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 { AppsappComponentsModule } from 'appsapp-components';
 
@NgModule({
  declarations: [
    MyApp,
    HomePage
  ],
  imports: [
    IonicModule.forRoot(MyApp),
 
    AppsappComponentsModule.withConfig({})
  ],
  bootstrap: [IonicApp],
  entryComponents: [
    MyApp,
    HomePage
  ],
  providers: []
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i appsapp-components-module

Weekly Downloads

0

Version

0.0.99

License

MIT

Last publish

Collaborators

  • michael.egli