13 lines
409 B
TypeScript
13 lines
409 B
TypeScript
/*
|
|
* Public API Surface of shared-meet-components
|
|
*/
|
|
export * from './lib/components/index';
|
|
export * from './lib/services/index';
|
|
export * from './lib/models/index';
|
|
export * from './lib/pages/index';
|
|
export * from './lib/interceptors/index';
|
|
export * from './lib/guards/index';
|
|
export * from './lib/routes/base-routes';
|
|
export * from './lib/typings/ce/index';
|
|
export * from 'openvidu-components-angular';
|