import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-career-and-profile', templateUrl: './career-and-profile.component.html', styleUrls: ['./career-and-profile.component.css'] }) export class CareerAndProfileComponent implements OnInit { constructor() { } ngOnInit() { } }