mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1039] Search results highlighting (#2080)
* Provide a way to highlight the searched word * Add unit test
This commit is contained in:
committed by
Eugenio Romano
parent
3d4897b4bb
commit
08766eee23
@@ -57,6 +57,7 @@ import { DataColumnListComponent } from './src/components/data-column/data-colum
|
||||
import { DataColumnComponent } from './src/components/data-column/data-column.component';
|
||||
import { UploadDirective } from './src/directives/upload.directive';
|
||||
import { FileSizePipe } from './src/pipes/file-size.pipe';
|
||||
import { HighlightPipe } from './src/pipes/text-highlight.pipe';
|
||||
|
||||
import { AlfrescoMdlButtonDirective } from './src/components/material/mdl-button.directive';
|
||||
import { AlfrescoMdlMenuDirective } from './src/components/material/mdl-menu.directive';
|
||||
@@ -131,6 +132,7 @@ export function createTranslateLoader(http: Http, logService: LogService) {
|
||||
DataColumnComponent,
|
||||
DataColumnListComponent,
|
||||
FileSizePipe,
|
||||
HighlightPipe,
|
||||
AdfToolbarComponent
|
||||
],
|
||||
providers: providers(),
|
||||
@@ -150,6 +152,7 @@ export function createTranslateLoader(http: Http, logService: LogService) {
|
||||
DataColumnComponent,
|
||||
DataColumnListComponent,
|
||||
FileSizePipe,
|
||||
HighlightPipe,
|
||||
AdfToolbarComponent
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user