mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Fixes for activiti process diagram Fix to show the current process state. ADF issue no ADF-402 * #ADF-402 fix to show process state and unit tests changes * fixed test for pipeline to match new angular4 changes on simple change (#1868) * [DW-50]: New features for accordion-group component (#1851) [ADF-557] - Add a new property called showIcon as input to hide/show filter icons. * [ADF-242] Select the first in the list when the report is deleted (#1862) * ADF-242 Select the first in the list when the report is deleted * Update README.md * Fixes for activiti process diagram Fix to show the current process state. ADF issue no ADF-402 * #ADF-402 fix to show process state and unit tests changes * #ADF-402 Removed error logging and modified documentation
Alfresco Angular 2 Components
Base components
- Material Design elements
- Context Menu component
ECM components
- DataTable
- DocumentList
- Login
- Search
- Social
- Tag list and controls
- User Info
- Upload
- Viewer
- Webscript Viewer
BPM components
You can browse all the components at the following address:
http://devproducts.alfresco.com/
How to test a change to a generic component in its own demo
Let's suppose that for some reason you have changed a component and you want to test this changes. The example is based on the ng2-alfresco-login component, but you can use the same steps for any component.
- Move inside the component folder and link it.
cd ng2-alfresco-login
npm link
- Build the component with the watcher enabled.
npm run build:w
- From another terminal move inside the demo sub folder and link the component to the local node_modules folder.
cd demo
npm link ng2-alfresco-login
- Start the demo project.
npm run start