mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3863] - DocumentList add accesibility tags for file type and for… (#4186)
* [ADF-3863] - DocumentList add accesibility tags for file type and for rows template * [ADF-3863] - DocumentList add pipe for file type accesibility tags * [ADF-3863] - DocumentList add pipe for file type accesibility tags * [ADF-3863] DocumentList - change FiletType pipe to pure
This commit is contained in:
committed by
Eugenio Romano
parent
08231bbf33
commit
3739424953
@@ -26,6 +26,7 @@ import { TimeAgoPipe } from './time-ago.pipe';
|
||||
import { InitialUsernamePipe } from './user-initial.pipe';
|
||||
import { FullNamePipe } from './full-name.pipe';
|
||||
import { FormatSpacePipe } from './format-space.pipe';
|
||||
import { FileTypePipe } from './file-type.pipe';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -39,7 +40,8 @@ import { FormatSpacePipe } from './format-space.pipe';
|
||||
InitialUsernamePipe,
|
||||
FullNamePipe,
|
||||
NodeNameTooltipPipe,
|
||||
FormatSpacePipe
|
||||
FormatSpacePipe,
|
||||
FileTypePipe
|
||||
],
|
||||
providers: [
|
||||
FileSizePipe,
|
||||
@@ -58,7 +60,8 @@ import { FormatSpacePipe } from './format-space.pipe';
|
||||
InitialUsernamePipe,
|
||||
FullNamePipe,
|
||||
NodeNameTooltipPipe,
|
||||
FormatSpacePipe
|
||||
FormatSpacePipe,
|
||||
FileTypePipe
|
||||
]
|
||||
})
|
||||
export class PipeModule {
|
||||
|
Reference in New Issue
Block a user