msgCenter component, profilePicture pipe, images migration

This commit is contained in:
nixa 2016-04-26 17:44:17 +03:00
parent bfe60df201
commit 9b9ea045f0
105 changed files with 24259 additions and 17 deletions

View file

@ -0,0 +1,10 @@
export const IMAGES_ROOT = 'assets/img/';
export const layoutPaths = {
images: {
root: IMAGES_ROOT,
profile: IMAGES_ROOT + 'app/profile/',
amMap: 'assets/img/theme/vendor/ammap//dist/ammap/images/',
amChart: 'assets/img/theme/vendor/amcharts/dist/amcharts/images/'
}
};