0.0.8 • Published 1 year ago

ngx-page-in-modal v0.0.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

NgxPageInModal

This library will allow you to manage pages with modal style and modals navigation.

Installation

npm i --save ngx-page-in-modal

Examples

Basic

// your-component.module.ts
import { NgxPageInModalModule } from  'ngx-page-in-modal';

@NgModule({
  declarations: [ ... ],
  imports: [
    ...
    NgxPageInModalModule,
    ...
  ]
})

export class LimesurveyModule { }
<!-- your.component.html -->
<ngx-page-in-modal  #modal>
  <h1> Ciao, mondo! </h1>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Aenean fermentum lobortis orci, vitae hendrerit mauris viverra sed.
    Vestibulum laoreet odio sit amet felis posuere convallis.
    Praesent vitae molestie magna.
    In aliquet, sem non tincidunt rutrum, ipsum justo varius ex,
    nec porttitor augue leo vitae odio. Phasellus viverra id velit at convallis.
  </p>
  <button (click)="modal.close()" > Close modal </button>
</ngx-page-in-modal>

For API and more details, look at the source code

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago