File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
< div >
2
2
< div >
3
- Get a License key from < a href ="https://www.dynamsoft.com/customer/license/trialLicense " target ="_blank "> here</ a >
3
+ Get a License key from < a
4
+ href ="https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform "
5
+ target ="_blank "> here</ a >
4
6
</ div >
5
7
< input type ="text " [(ngModel)] ="inputText " [placeholder] ="placeholderText ">
6
8
< button (click) ="activate() "> Activate SDK</ button >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export class ProductListComponent {
47
47
} ;
48
48
49
49
try {
50
- // Visit https://www.dynamsoft.com/customer/license/trialLicense to get a trial license for capture vision suite.
50
+ // Visit https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform to get a trial license for capture vision suite.
51
51
let licenseKey : string = this . inputText === '' ? this . placeholderText : this . inputText ;
52
52
await LicenseManager . initLicense ( licenseKey , true ) ;
53
53
You can’t perform that action at this time.
0 commit comments