LP1904036 ng lint continued
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / circ / patron / patron.component.ts
index 90e6d84..ff2acfe 100644 (file)
@@ -1,4 +1,4 @@
-import {Component, ViewChild, OnInit, AfterViewInit, HostListener} from '@angular/core';
+import {Component, ViewChild, OnInit, HostListener} from '@angular/core';
 import {Router, ActivatedRoute, ParamMap, RoutesRecognized} from '@angular/router';
 import {Location} from '@angular/common';
 import {NgbNav, NgbNavChangeEvent} from '@ng-bootstrap/ng-bootstrap';
@@ -27,7 +27,7 @@ const MAIN_TABS =
   templateUrl: 'patron.component.html',
   styleUrls: ['patron.component.css']
 })
-export class PatronComponent implements OnInit, AfterViewInit {
+export class PatronComponent implements OnInit {
 
     patronId: number;
     patronTab = 'search';
@@ -177,9 +177,6 @@ export class PatronComponent implements OnInit, AfterViewInit {
         });
     }
 
-    ngAfterViewInit() {
-    }
-
     // Navigate, opening new tabs when requested via control-click.
     // NOTE: The nav items have routerLinks, but for some reason,
     // control-click on the links does not open them in a new tab.