Modals - nowzoo/ngx-strap GitHub Wiki

Modals

Use the ngxStrapModal directive within <ng-template> to create Bootstrap modals.

Quick Start

Import the ModalModule module into your module.

import { ModalModule } from '@nowzoo/ngx-strap';
// etc...
@NgModule({
  imports: [
    ModalModule,
    // etc...
  ],
})
export class MyModule { }

In your component, create an ng-template with ngxStrapModal directive