2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-group
|
|
|
|
*/
|
2019-10-07 01:08:14 +00:00
|
|
|
export * from './lib/protocols/add';
|
|
|
|
export * from './lib/protocols/del';
|
|
|
|
export * from './lib/protocols/update';
|
2019-09-18 06:02:21 +00:00
|
|
|
|
|
|
|
export * from './lib/services/group-protocol.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-group-protocol.module';
|