import { Component, OnInit, OnDestroy } from '@angular/core'; @Component({ selector: 'rtl-ln-services', templateUrl: './ln-services.component.html', styleUrls: ['./ln-services.component.scss'] }) export class LNServicesComponent implements OnInit, OnDestroy { constructor() {} ngOnInit() {} ngOnDestroy() {} }