mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
msgCenter component, profilePicture pipe, images migration
This commit is contained in:
parent
bfe60df201
commit
9b9ea045f0
105 changed files with 24259 additions and 17 deletions
10
src/app/theme/theme.constants.ts
Normal file
10
src/app/theme/theme.constants.ts
Normal 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/'
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue