Skip to content

Commit e918fd6

Browse files
Merge pull request #86 from Dynamsoft/_dev
8.2.5
2 parents 2095153 + 2a5c690 commit e918fd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/web/angular/src/app/barcode-scanner/barcode-scanner.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, OnInit, OnDestroy, Output, EventEmitter, ElementRef} from '@angular/core';
2-
import { BarcodeScanner, TextResult } from 'keillion-dynamsoft-javascript-barcode';
2+
import { BarcodeScanner, TextResult } from 'dynamsoft-javascript-barcode';
33
import DBR from "../dbr";
44

55
@Component({

example/web/angular/src/app/hello-world/hello-world.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, Input, ElementRef, ViewChild, AfterViewChecked, OnDestroy } from '@angular/core';
2-
import { BarcodeReader } from 'keillion-dynamsoft-javascript-barcode';
2+
import { BarcodeReader } from 'dynamsoft-javascript-barcode';
33
import DBR from "../dbr";
44

55
@Component({

0 commit comments

Comments
 (0)