Files
alfresco-content-app/projects/aca-shared
Shivangi Shree a1d4fa047f [ACS-9374] [ACS-9590] Fix search pop up and infinite loading animation (#4717)
* [ACS-9374] Prevent search popup flicker on Enter key press

* feat: WIP - fixing search input errors for draft PR

* Add test for mat-error on empty search term and handle loading state properly

* Add test for mat-error on empty search term and handle loading state properly

* Add whitespace error and fix unit test for checkbox

* Fix sonarcloud issue for exception

* [ACS-9374] Add validator to aca-shared

* [ACS-9374] Simplify HTML by handling error state in TypeScript

* [ACS-9374] Fix error validation process

* [ACS-9374] Fix sonarcloud issue

* [ACS-9374] Prevent library search with search term less than 2 characters

* [ACS-9374] Show validation error on checking and unchecking checkbox

* [ACS-9374] Provide default value to hasLibrariesConstraint

* [ACS-9374] Close dropdown on search submission

* [ACS-9374] Close menu on search trigger

* [ACS-9374] Remove explicit 0 from setTimeout
2025-08-01 13:15:50 +05:30
..
2025-07-15 16:33:10 +01:00

AcaShared

This library was generated with Angular CLI version 7.2.0.

Code scaffolding

Run nx generate component component-name --project aca-shared to generate a new component. You can also use nx generate directive|pipe|service|class|guard|interface|enum|module --project aca-shared.

Note: Don't forget to add --project aca-shared or else it will be added to the default project in your angular.json file.

Build

Run nx build aca-shared to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with nx build aca-shared, go to the dist folder cd dist/aca-shared and run npm publish.

Running unit tests

Run nx test aca-shared to execute the unit tests via Karma.

Further help

To get more help on the NX use nx help or go check out the NX documentation page.