background.component.ts 216 B

12345678910
  1. import { Component } from '@angular/core';
  2. @Component({
  3. selector: 'app-background',
  4. templateUrl: './background.component.html',
  5. styleUrl: './background.component.scss'
  6. })
  7. export class BackgroundComponent {
  8. }