@syncfusion/ej2-angular-navigations 24.1.41-ngcc → 24.1.46-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1858,8 +1858,8 @@ let outputs$16 = [];
1858
1858
  * ```html
1859
1859
  * <ejs-stepper>
1860
1860
  * <e-steps>
1861
- * <e-step [icon]='e-icons e-folder' [text]='Step 1' />
1862
- * <e-step [icon]='e-icons e-folder' [text]='Step 2' />
1861
+ * <e-step [iconCss]='e-icons e-folder' [text]='Step 1' />
1862
+ * <e-step [iconCss]='e-icons e-folder' [text]='Step 2' />
1863
1863
  * </e-steps>
1864
1864
  * </ejs-stepper>
1865
1865
  * ```