image-search.ts 209 B

1234567891011
  1. import { Component } from '@angular/core';
  2. @Component({
  3. selector: 'app-image-search',
  4. imports: [],
  5. templateUrl: './image-search.html',
  6. styleUrl: './image-search.scss'
  7. })
  8. export class ImageSearch {
  9. }