Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AboutModalComponent

About Modal component

Usage:

// Individual module import
import { AboutModalModule } from 'patternfly-ng/modal';
// Or
import { AboutModalModule } from 'patternfly-ng';

// NGX Bootstrap import { ModalModule } from 'ngx-bootstrap/modal';

@NgModule({ imports: [AboutModalModule, ModalModule.forRoot(),...] }) export class AppModule(){}

Optional:

import { AboutModalConfig, AboutModalEvent } from 'patternfly-ng/modal';

Hierarchy

  • AboutModalComponent

Implements

  • DoCheck
  • OnInit

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

config

The AboutModal config contaning component properties

onCancel

onCancel: EventEmitter<Object> = new EventEmitter()

The Event is emitted when modal is closed

Methods

close

  • close(): void

ngDoCheck

  • ngDoCheck(): void

ngOnInit

  • ngOnInit(): void

Protected setupConfig

  • setupConfig(): void

Generated using TypeDoc