mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-14 17:58:21 +00:00
* [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
AcaContent
This library was generated with Angular CLI version 14.1.0.
Code scaffolding
Run nx generate component component-name --project aca-content
to generate a new component. You can also use nx generate directive|pipe|service|class|guard|interface|enum|module --project aca-content
.
Note: Don't forget to add
--project aca-content
or else it will be added to the default project in yourangular.json
file.
Build
Run nx build aca-content
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with nx build aca-content
, go to the dist folder cd dist/aca-content
and run npm publish
.
Running unit tests
Run nx test aca-content
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.