Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmptyStateComponent

Component for rendering an empty state.

Usage:

// Individual module import
import { EmptyStateModule } from 'patternfly-ng/empty-state';
// Or
import { EmptyStateModule } from 'patternfly-ng';

@NgModule({ imports: [EmptyStateModule,...] }) export class AppModule(){}

Optional:

import { EmptyStateConfig } from 'patternfly-ng/empty-state';

Hierarchy

  • EmptyStateComponent

Implements

  • DoCheck
  • OnInit

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

config

The empty state config containing component properties

onActionSelect

onActionSelect: EventEmitter<Object> = new EventEmitter()

The event emitted when an action is selected

Methods

ngDoCheck

  • ngDoCheck(): void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc