Skip to content

Commit f19de22

Browse files
committed
update
1 parent f08ef52 commit f19de22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demos/grid/users/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"core-js": "3.9.1",
2020
"moment": "^2.29.1",
2121
"@smart-webcomponents-angular/grid": "10.4.0",
22+
"@smart-webcomponents-angular/multicomboinput": "10.4.0",
2223
"rxjs": "^6.6.6",
2324
"zone.js": "^0.11.4"
2425
},

demos/grid/users/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33

44
import { GridModule } from '@smart-webcomponents-angular/grid';
5-
import { MultiComboInputModule } from 'smart-webcomponents-angular/multicomboinput';
5+
import { MultiComboInputModule } from '@smart-webcomponents-angular/multicomboinput';
66

77
import { AppComponent } from './app.component';
88

0 commit comments

Comments
 (0)