Browse Source
Merge pull request #5962 from ChantsovaEkaterina/improvement/services-public-api
[3.3.3] UI: extend public api for services
pull/6180/head
Igor Kulikov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
ui-ngx/src/app/core/http/public-api.ts
|
|
|
@ -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'; |
|
|
|
|