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 f19de22 commit 4d072e4Copy full SHA for 4d072e4
demos/grid/users/src/app/app.component.ts
@@ -1,5 +1,6 @@
1
import { Component, ViewChild, OnInit, AfterViewInit } from '@angular/core';
2
import { GridComponent, GridColumn, DataAdapter, Smart } from '@smart-webcomponents-angular/grid';
3
+import { MultiComboInputComponent } from '@smart-webcomponents-angular/multicomboinput';
4
import { GetData } from '../assets/data';
5
6
0 commit comments