This commit is contained in:
crusader 2018-05-25 11:36:37 +09:00
parent 5893e35095
commit a8f95a7f23
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,8 @@ import { Component, AfterViewInit, ElementRef, Renderer, ViewChild, OnDestroy, O
import { ScrollPanel } from 'primeng/primeng'; import { ScrollPanel } from 'primeng/primeng';
import { Router, NavigationStart } from '@angular/router'; import { Router, NavigationStart } from '@angular/router';
import { slide, fade } from './pages-animation'; import { slide, fade } from './pages-animation';
import { BreadcrumbService } from '../commons/service/breadcrumb.service'; import { BreadcrumbService } from '@app/commons/service/breadcrumb.service';
enum MenuOrientation { enum MenuOrientation {
STATIC, STATIC,
OVERLAY, OVERLAY,

View File

@ -20,6 +20,11 @@
"es2017", "es2017",
"dom" "dom"
], ],
"paths": {
"@app/*": [
"src/app/*"
]
}
// /* Additional Checks */ // /* Additional Checks */
// "noUnusedLocals": true /* Report errors on unused locals. */, // "noUnusedLocals": true /* Report errors on unused locals. */,
// "noUnusedParameters": true /* Report errors on unused parameters. */, // "noUnusedParameters": true /* Report errors on unused parameters. */,