Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
cfc8e67cab5a5addcb92e4d687e6b84e09f4221e
Authored by
Igor Kulikov
2020-04-17 18:50:55 +0300
1 parent
8b206b17
Add utils to public-api
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ui-ngx/src/app/core/public-api.ts
ui-ngx/src/app/core/public-api.ts
View file @
cfc8e67
...
...
@@ -21,3 +21,4 @@ export * from './services/public-api';
21
21
export * from './ws/telemetry-websocket.service';
22
22
export * from './core.state';
23
23
export * from './core.module';
24
+
export * from './utils';
...
...