File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11< div >
22 < 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 >
46 </ div >
57 < input type ="text " [(ngModel)] ="inputText " [placeholder] ="placeholderText ">
68 < button (click) ="activate() "> Activate SDK</ button >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export class ProductListComponent {
4747 } ;
4848
4949 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.
5151 let licenseKey : string = this . inputText === '' ? this . placeholderText : this . inputText ;
5252 await LicenseManager . initLicense ( licenseKey , true ) ;
5353
You can’t perform that action at this time.
0 commit comments