mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-24 14:31:16 +00:00
* [ACA-3471] too long french translation doesn't fix in the UI (#1499) * [ACA-3538] Fix search result layout (#1500) * [ACA-3468] Enable Document List filters in ACA * [ACA-3468] Get pagination settings from document list * [ACA-3468] Move event handlers and pagination to page component * [ACA-3468] Remove useless OnChanges * [ACA-3468] Fix linter * [ACA-3468] Add test for document list definition * [ACA-3468] Fix lint * [ACA-3468] Remove identifier * [ACA-3468] Update to lastest ADF alpha to fix search result * [ACA-3468] Update to lastest ADF alpha * Fixed unit test * re-enable tests * rollback changes to test * fix reload * * fixed search e2e * fix issue with page reload on search results * update tests Co-authored-by: arditdomi <32884230+arditdomi@users.noreply.github.com> Co-authored-by: PizzaVito <vito.albano.123@gmail.com> Co-authored-by: Denys Vuika <denys.vuika@gmail.com> Co-authored-by: dhrn <dharan.g@muraai.com>
AcaShared
This library was generated with Angular CLI version 7.2.0.
Code scaffolding
Run ng generate component component-name --project aca-shared
to generate a new component. You can also use ng 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 yourangular.json
file.
Build
Run ng build aca-shared
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build aca-shared
, go to the dist folder cd dist/aca-shared
and run npm publish
.
Running unit tests
Run ng test aca-shared
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.