Component for rendering an empty state.
Usage: // Individual module import import { EmptyStateModule } from 'patternfly-ng/empty-state'; // Or import { EmptyStateModule } from 'patternfly-ng';
// 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';
import { EmptyStateConfig } from 'patternfly-ng/empty-state';
The default constructor
The empty state config containing component properties
The event emitted when an action is selected
Check if the component config has changed
Setup component configuration upon initialization
Generated using TypeDoc
Component for rendering an empty state.
Usage:
@NgModule({ imports: [EmptyStateModule,...] }) export class AppModule(){}
Optional: