mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2314] display "locked by" in search results (#1732)
* display "locked by" in search results * Trigger build
This commit is contained in:
@@ -27,9 +27,10 @@ import { NgModule } from '@angular/core';
|
||||
import { LockedByComponent } from './locked-by.component';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule, MatIconModule],
|
||||
imports: [CommonModule, MatIconModule, TranslateModule.forChild()],
|
||||
declarations: [LockedByComponent],
|
||||
exports: [LockedByComponent]
|
||||
})
|
||||
|
Reference in New Issue
Block a user