Skip to content

Commit 46b29e9

Browse files
committed
Update app.component.ts
1 parent ae7a9a0 commit 46b29e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

colorpicker/defaultfunctionality/src/app/app.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
import { jqxDropDownButtonModule, jqxDropDownButtonComponent } from 'jqwidgets-ng/jqxdropdownbutton';
44
import { jqxColorPickerModule } from 'jqwidgets-ng/jqxcolorpicker';
5+
import { jqxScrollViewModule } from 'jqwidgets-ng/jqxscrollview';
56

67
@Component({
78
selector: 'app-root',
8-
imports: [jqxDropDownButtonModule, jqxColorPickerModule],
9+
imports: [jqxDropDownButtonModule, jqxScrollViewModule, jqxColorPickerModule],
910
standalone: true,
1011
templateUrl: './app.component.html',
1112
styleUrls: ['./app.component.css'],

0 commit comments

Comments
 (0)