openvidu-components: Exported translate pipe

This export will allow handle translations from a custom json file
pull/816/head
Carlos Santos 2023-06-26 13:17:47 +02:00
parent 8dcf0096ee
commit 4ab66e30a1
2 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@ const privateComponents = [
ParticipantStreamsPipe,
DurationFromSecondsPipe,
StreamTypesEnabledPipe,
TranslatePipe,
CommonModule,
OpenViduAngularDirectiveModule,
ApiDirectiveModule

View File

@ -43,6 +43,7 @@ export * from './lib/openvidu-angular.module';
// Pipes
export * from './lib/pipes/participant.pipe';
export * from './lib/pipes/recording.pipe';
export * from './lib/pipes/translate.pipe';
// Services
export * from './lib/services/action/action.service';
export * from './lib/services/broadcasting/broadcasting.service';