Showing
2 changed files
with
2 additions
and
1 deletions
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | 16 | ||
17 | import { Component } from '@angular/core'; | 17 | import { Component } from '@angular/core'; |
18 | import { MatDialogRef } from '@angular/material/dialog'; | 18 | import { MatDialogRef } from '@angular/material/dialog'; |
19 | -import comingSoon from '../../../../assets/coming-soon.jpg'; | 19 | +import comingSoon from '@assets/coming-soon.jpg'; |
20 | 20 | ||
21 | @Component({ | 21 | @Component({ |
22 | selector: 'tb-todo-dialog', | 22 | selector: 'tb-todo-dialog', |
@@ -33,6 +33,7 @@ | @@ -33,6 +33,7 @@ | ||
33 | "@modules/*": ["src/app/modules/*"], | 33 | "@modules/*": ["src/app/modules/*"], |
34 | "@shared/*": ["src/app/shared/*"], | 34 | "@shared/*": ["src/app/shared/*"], |
35 | "@home/*": ["src/app/modules/home/*"], | 35 | "@home/*": ["src/app/modules/home/*"], |
36 | + "@assets/*": ["src/assets/*"], | ||
36 | "jszip": [ | 37 | "jszip": [ |
37 | "node_modules/jszip/dist/jszip.min.js" | 38 | "node_modules/jszip/dist/jszip.min.js" |
38 | ] | 39 | ] |