Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SampleComponent

Sample component

Usage:

// Individual module import
import { SampleModule } from 'patternfly-ng/sample';
// Or
import { SampleModule } from 'patternfly-ng';

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

Hierarchy

  • SampleComponent

Index

Constructors

Properties

Constructors

constructor

Properties

disabled

disabled: Boolean

Set to true to disable

label

label: string

The label

Generated using TypeDoc