Skip to content

Commit b86654d

Browse files
authored
Merge pull request #3490 from IgniteUI/vnext
Updating master with vnext for 18.0.0
2 parents d474ab4 + 2a7165f commit b86654d

File tree

63 files changed

+6526
-5051
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+6526
-5051
lines changed

angular.Samples.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<description>This is a package that can be used with Octopus deployer</description>
1111
</metadata>
1212
<files>
13-
<file src="dist\$path$**\*.*" target="\" />
13+
<file src="dist\$path$\**\*.*" target="\" />
1414
</files>
1515
</package>

live-editing/configs/StepperConfigGenerator.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ export class StepperConfigGenerator implements IConfigGenerator {
3232
shortenComponentPathBy: '/layouts/stepper/'
3333
}));
3434

35+
configs.push(new Config({
36+
component: 'StepperSampleReactiveFormsComponent',
37+
appModuleConfig: new AppModuleConfig({
38+
imports: ['StepperSampleReactiveFormsComponent', 'IgxStepperModule', 'IgxMaskModule', 'IgxInputGroupModule', 'IgxButtonModule',
39+
'IgxRadioModule', 'IgxCardModule', 'IgxCheckboxModule', 'IgxSelectModule',
40+
'IgxIconModule', 'IgxBadgeModule'],
41+
ngDeclarations: ['StepperSampleReactiveFormsComponent'],
42+
ngImports: ['IgxStepperModule', 'IgxMaskModule', 'IgxInputGroupModule', 'IgxButtonModule',
43+
'IgxRadioModule', 'IgxCardModule', 'IgxCheckboxModule', 'IgxSelectModule',
44+
'IgxIconModule', 'IgxBadgeModule']
45+
}),
46+
shortenComponentPathBy: '/layouts/stepper/'
47+
}));
48+
3549
configs.push(new Config({
3650
component: 'StepperLabelPositionAndOrientationSampleComponent',
3751
appModuleConfig: new AppModuleConfig({

0 commit comments

Comments
 (0)