code refactoring
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { AfterViewInit, Component, OnInit } from '@angular/core';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { BaseComponent } from '../base/base.component';
|
||||
import { CvService } from '../services/cv.service';
|
||||
import { ISideBar } from './side-bar.model';
|
||||
import { ICv } from '../models/cv.model';
|
||||
|
||||
@Component({
|
||||
selector: 'app-contact-sidebar',
|
||||
@@ -17,9 +16,6 @@ export class ContactSidebarComponent extends BaseComponent<ISideBar> implements
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
// this.svc.baseSubject.subscribe((resume: ICv | unknown) =>{
|
||||
// this.assignData(resume);
|
||||
// });
|
||||
this.getCandidateAndSocialLinks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user