2018-04-06 06:59:49 +00:00
|
|
|
import { Component, AfterViewInit, ElementRef, Renderer, ViewChild, OnDestroy, OnInit, NgZone } from '@angular/core';
|
|
|
|
import { ScrollPanel } from 'primeng/primeng';
|
2018-04-06 08:11:24 +00:00
|
|
|
import { Router } from '@angular/router';
|
2018-04-06 06:59:49 +00:00
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'of-root',
|
|
|
|
templateUrl: './app.component.html',
|
|
|
|
styleUrls: ['./app.component.scss']
|
|
|
|
})
|
2018-04-06 11:02:18 +00:00
|
|
|
export class AppComponent {
|
2018-04-06 06:59:49 +00:00
|
|
|
}
|