import { Component } from '@angular/core'; @Component({ selector: 'app-college-selection', templateUrl: './college-selection.html', styleUrl: './college-selection.scss', imports: [], }) export class CollegeSelection {}