math-my-money/src/app/views/college-selection/college-selection.ts

9 lines
224 B
TypeScript

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