Truncate pipe
This is currently used with the save filter feature of the filter fields component
Usage: // Individual module import import { TruncatePipeModule } from 'patternfly-ng/pipe'; // Or import { TruncatePipeModule } from 'patternfly-ng';
// Individual module import import { TruncatePipeModule } from 'patternfly-ng/pipe'; // Or import { TruncatePipeModule } from 'patternfly-ng';
@NgModule({ imports: [TruncatePipeModule,...] }) export class AppModule(){}
Truncate given string
The string to truncate
The number of characters to truncate the string at
The trailing characters representing truncation
The truncated string
Generated using TypeDoc
Truncate pipe
This is currently used with the save filter feature of the filter fields component
Usage:
@NgModule({ imports: [TruncatePipeModule,...] }) export class AppModule(){}