0.0.8 • Published 7 years ago

@fivethree/dialog v0.0.8

Weekly downloads
1
License
-
Repository
-
Last release
7 years ago

@fivethree/dialog

Installation

To get started, install the package from npm. The latest version supports Ionic v4 and Angular/RX 6.

npm install @fivethree/dialog --save

# or if you are using yarn
yarn add @fivethree/dialog

then in app.module.ts, import the DialogModule:

import { NgModule } from '@angular/core';
import { DialogModule } from '@fivethree/dialog';

@NgModule({
  imports: [
    DialogModule
  ]
})
export class AppModule {}
0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago