ing
This commit is contained in:
parent
5893e35095
commit
a8f95a7f23
|
@ -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,
|
||||||
|
|
|
@ -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. */,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user