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 f08ef52 commit f19de22Copy full SHA for f19de22
demos/grid/users/package.json
@@ -19,6 +19,7 @@
19
"core-js": "3.9.1",
20
"moment": "^2.29.1",
21
"@smart-webcomponents-angular/grid": "10.4.0",
22
+ "@smart-webcomponents-angular/multicomboinput": "10.4.0",
23
"rxjs": "^6.6.6",
24
"zone.js": "^0.11.4"
25
},
demos/grid/users/src/app/app.module.ts
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
2
import { BrowserModule } from '@angular/platform-browser';
3
4
import { GridModule } from '@smart-webcomponents-angular/grid';
5
-import { MultiComboInputModule } from 'smart-webcomponents-angular/multicomboinput';
+import { MultiComboInputModule } from '@smart-webcomponents-angular/multicomboinput';
6
7
import { AppComponent } from './app.component';
8
0 commit comments