mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
* [ACS-10035]: adds evaluator and helper functions * [ACS-10035]: disables navbar savedSearch for non-supported versions * [ACS-10035]: extends app extension service to allow manual rule evaluation; clean up * [ACS-10035]: introduces pipe as an alternative option for compatibility check * [ACS-10035]: disables save search feature if is not supported * [ACS-10035]: adds test for new method * [ACS-10035]: sonarQube issue * [10035]: adds unit tests for evaluators and helper fns * [ACS-10035]: fixes failed test * [ACS-10035]: fixes naming * [ACS-10035]: fixes race condition issue on direct page refresh * [ACS-10035]: fixes import * [ACS-10035]: sonarQube issues * [ACS-10035]: fixes sonarQube with fake versions * [ACS-10035]: fixes tests * [ACS-10035]: improves pipe logic stream * [ACS-10035]: fixes sonarQube; adjusts tests * [ACS-10035]: adds documentation * [ACS-10035]: exposes isFeatureSupportedInCurrentAcs from aca-content lib * [ACS-10035]: minor fixes * [ACS-10035]: typo fix
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.