Commit 3615597851fef48b710da5631c2926c33c085d5d

Authored by Igor Kulikov
1 parent 52357b6d

Add assets path

@@ -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 ]