mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [AAE-10446] Storybook add CardView component stories * [AAE-10446] Storybook add stories for Array Item Card View component * [AAE-10446] Storybook add stories for Date Item Card View component * [AAE-10446] Storybook add stories for Map Item Card View component * [AAE-10446] Storybook add stories for Text Item Card View component * [AAE-10446] Storybook change selector in Key Value Pairs Item * [AAE-10446] Storybook delete unused code * [AAE-10446] Storybook finish CardViewArrayItem component stories * [AAE-10446] Storybook finish CardViewBoolItem component stories * [AAE-10446] Storybook finish CardViewDateItem component stories * [AAE-10446] Storybook create CardView KeyValuePairs Item component stories * [AAE-10446] Storybook finish CardViewMapItem component stories * [AAE-10446] Storybook create CardViewSelectItem component stories * [AAE-10446] Storybook finish Card View Text Item component stories * [AAE-10446] Storybook fix typo in CardViewTextItem component file * [AAE-10446] Fix imports and lint file properly * [AAE-10446] Lint all the files * [AAE-10446] Storybook change import paths to be more readable * [AAE-10446] Storybook move all objects from card-view story into separate mock file * [AAE-10446] Storybook move mock file
Alfresco Core Library
Contains a variety of components, directives and services used throughout ADF
Documentation
See the ADF Core section of the docs index for all available documentation on this library.
Prerequisites
Before you start using this development framework, make sure you have installed all required software and done all the necessary configuration, see this page.
If you plan using this component with projects generated by Angular CLI, please refer to the following article: Using ADF with Angular CLI
Install
npm install @alfresco/adf-core
Storybook
In case you would like to aggregate all the stories from core library use
nx run core:storybook
And navigate to http://localhost:4400/
.
To create a Storybook core library build use
nx run core:build-storybook