Viktor Slavov
Viktor Slavov
### Description The numbers in the `igNumericEditor` date picker retain their selection and look `focused`, even though they aren't ### Steps to reproduce 1. Open [the numeric value sample](https://www.igniteui.com/editors/numeric-editor) 2....
### Description When calling `ng new`, you can specify a project prefix, which will be written in the generated project's `angular.json` and later be used for component generation. For example,...
### Description Our utils function `Util.lowerDashed` does not properly generate a dashed name from a CamelCased input. - Ignite UI CLI version: 6.0.0 - Framework: N/A ### Steps to reproduce...
### Description Side navigation template uses a nav bar. The components (views) that are individually added are visualized in the nav bar outlet. These component wrap around their content and...
### Description The [jwt-utils.ts](https://github.com/IgniteUI/igniteui-cli/blob/iganchev/update-ng-projects-to-v9/packages/igx-templates/igx-ts/projects/side-nav-auth/files/src/app/authentication/services/jwt-util.ts) currently exports all of its util function individually. This leads to some complications when trying to spy on these util functions in the component's spec file....
### Description When running `ig new example-proj`, the default project framework defaults to jQuery - Ignite UI CLI version: 3.2.2 - Framework: N/A - Project type: N/A ### Steps to...
### Description The prompt for default port has no effect on the project configuration when using react - Ignite UI CLI version: N/A - Framework: React - Project type: igr...
Fixes #15020 This PR modifies the table-expandable-rows example by adding toggle buttons to rows that responds to keyboard input and adding aria attributes to the row and button elements