We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c57724 commit 276d77dCopy full SHA for 276d77d
src/app/product-list/product-list.component.ts
@@ -50,7 +50,7 @@ export class ProductListComponent {
50
try {
51
// Visit https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform to get a trial license for capture vision suite.
52
let licenseKey: string = this.inputText === '' ? this.placeholderText : this.inputText;
53
- LicenseManager.initLicense(licenseKey);
+ await LicenseManager.initLicense(licenseKey, { executeNow: true });
54
55
// DDV.Core.license = licenseKey;
56
DDV.Core.engineResourcePath = getFullUrl('assets/dynamsoft-document-viewer/engine/');
0 commit comments