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
12a924c70d10303f1b11603aaf7c46febdaf93fc
Authored by
Igor Kulikov
2020-03-24 16:36:38 +0200
1 parent
48430179
Metadata improvements
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ui-ngx/src/app/modules/home/components/widget/lib/web-camera-input.component.ts
ui-ngx/src/app/modules/home/components/widget/lib/web-camera-input.component.ts
View file @
12a924c
...
...
@@ -46,6 +46,7 @@ interface WebCameraInputWidgetSettings {
46
46
maxHeight: number;
47
47
}
48
48
49
+
// @dynamic
49
50
@Component({
50
51
selector: 'tb-web-camera-widget',
51
52
templateUrl: './web-camera-input.component.html',
...
...