models 의 export 수정

This commit is contained in:
leejh 2019-09-23 14:37:38 +09:00
parent 4d8aedd545
commit aaf3e2c743
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,9 @@
/*
* Public API Surface of ucap-webmessenger-protocol-group
*/
export * from './lib/models/group-add';
export * from './lib/models/group-del';
export * from './lib/models/group-update';
export * from './lib/services/group-protocol.service';

View File

@ -2,6 +2,12 @@
* Public API Surface of ucap-webmessenger-protocol-room
*/
export * from './lib/models/room-invite';
export * from './lib/models/room-open';
export * from './lib/models/room-open2';
export * from './lib/models/room-open3';
export * from './lib/models/room-open4';
export * from './lib/services/room-protocol.service';
export * from './lib/ucap-room-protocol.module';