aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/modules
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Save edited changesArundathi Patil1-3/+6
Implemented code to save chnages to store on click of save button in editor view Issue-ID: CCSDK-1135 Change-Id: I8a2c911a94daea50c14730540f8b2e9183b5edb3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-04Common module info fileArundathi Patil1-0/+22
Added readme file for common module Issue-ID: CCSDK-704 Change-Id: I5686f7ed65b4138d386bb4fe6ceeac4e163266cd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-12AppMaterialModuleArundathi Patil1-0/+134
Added material module, this module imports and exports all the modules related to angular-material. This module can be imported by other modules wherever angular-material components are required. In this way we are importing angular-material modules at one place avoiding redundant code. Issue-ID: CCSDK-816 Change-Id: I51ccd14e941a970a45dd1f384ae22f65908aab67 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>