mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2316] upgrade ngx-translate (#2956)
* upgrade ngx-translate * add missing export * add missing export * Update test-e2e-bc.sh * rxjs fixes * increase timeout test * lettable operator translate
This commit is contained in:
committed by
Eugenio Romano
parent
ed9289d6df
commit
2f69383c44
@@ -48,7 +48,9 @@ import { NameLocationCellComponent } from './name-location-cell/name-location-ce
|
||||
PaginationModule
|
||||
],
|
||||
exports: [
|
||||
ContentNodeSelectorPanelComponent, ContentNodeSelectorComponent
|
||||
ContentNodeSelectorPanelComponent,
|
||||
NameLocationCellComponent,
|
||||
ContentNodeSelectorComponent
|
||||
],
|
||||
entryComponents: [
|
||||
ContentNodeSelectorPanelComponent, ContentNodeSelectorComponent
|
||||
|
@@ -15,6 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './name-location-cell/name-location-cell.component';
|
||||
export * from './content-node-selector.component-data.interface';
|
||||
export * from './content-node-selector-panel.component';
|
||||
export * from './content-node-selector.component';
|
||||
|
Reference in New Issue
Block a user