Advertisement
Fhernd

etc.component.ts

Jul 18th, 2024
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import { Component } from '@angular/core';
  2.  
  3. @Component({
  4.     selector: 'app-etc',
  5.     templateUrl: './etc.component.html'
  6. })
  7. export class EtcComponent {
  8. }
Tags: angular
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement