Merge pull request #5962 from ChantsovaEkaterina/improvement/services-public-api

[3.3.3] UI: extend public api for services
This commit is contained in:
Igor Kulikov 2022-01-26 19:43:46 +02:00 committed by GitHub
commit e2bcdf2ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ export * from './component-descriptor.service';
export * from './customer.service';
export * from './dashboard.service';
export * from './device.service';
export * from './device-profile.service';
export * from './entity.service';
export * from './edge.service';
export * from './entity-relation.service';
@ -30,8 +31,12 @@ export * from './entity-view.service';
export * from './event.service';
export * from './http-utils';
export * from './oauth2.service';
export * from './ota-package.service';
export * from './queue.service';
export * from './resource.service';
export * from './rule-chain.service';
export * from './tenant.service';
export * from './tenant-profile.service';
export * from './ui-settings.service';
export * from './user.service';
export * from './widget.service';