[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:
Denys Vuika
2018-02-20 18:39:57 +00:00
committed by Eugenio Romano
parent ed9289d6df
commit 2f69383c44
12 changed files with 18 additions and 14 deletions

View File

@@ -48,7 +48,9 @@ import { NameLocationCellComponent } from './name-location-cell/name-location-ce
PaginationModule
],
exports: [
ContentNodeSelectorPanelComponent, ContentNodeSelectorComponent
ContentNodeSelectorPanelComponent,
NameLocationCellComponent,
ContentNodeSelectorComponent
],
entryComponents: [
ContentNodeSelectorPanelComponent, ContentNodeSelectorComponent

View File

@@ -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';