Skip to content

Commit cfc399f

Browse files
author
Konstantin Dinev
authored
Merge branch 'vNext' into update-rc.0
2 parents 4b8c604 + bdbf56d commit cfc399f

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

live-editing/configs/InputGroupConfigGenerator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ export class InputGroupConfigGenerator implements IConfigGenerator {
6868
appModuleConfig: new AppModuleConfig({
6969
imports: ['IgxIconModule', 'IgxInputGroupModule', 'IgxButtonModule',
7070
'IgxRippleModule', 'ReactiveFormsSampleComponent', 'IgxDatePickerModule', 'IgxTimePickerModule',
71-
'IgxComboModule', 'FormsModule', 'ReactiveFormsModule', 'IgxDropDownModule', 'IgxSelectModule'],
71+
'IgxComboModule', 'ReactiveFormsModule', 'IgxDropDownModule', 'IgxSelectModule'],
72+
7273
ngDeclarations: ['ReactiveFormsSampleComponent'],
7374
ngImports: ['IgxIconModule', 'IgxInputGroupModule', 'IgxButtonModule',
74-
'IgxRippleModule', 'IgxDatePickerModule', 'IgxTimePickerModule', 'IgxComboModule',
75-
'FormsModule', 'ReactiveFormsModule', 'IgxDropDownModule', 'IgxSelectModule']
75+
'IgxRippleModule', 'IgxDatePickerModule', 'IgxTimePickerModule', 'IgxComboModule', 'ReactiveFormsModule', 'IgxDropDownModule', 'IgxSelectModule']
7676
}),
7777
shortenComponentPathBy: "/data-entries/"
7878
}));

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"igniteui-angular-core": "^13.1.1",
6868
"igniteui-angular-i18n": "^12.2.4",
6969
"igniteui-dockmanager": "^1.7.0",
70-
"igniteui-live-editing": "^1.1.3",
70+
"igniteui-live-editing": "^2.0.0",
7171
"immediate": "^3.2.3",
7272
"intl": "^1.2.5",
7373
"jszip": "^3.7.1",

0 commit comments

Comments
 (0)