mirror of
				https://github.com/CaramelFur/Picsur.git
				synced 2025-11-03 18:55:48 +01:00 
			
		
		
		
	almost view done
This commit is contained in:
		@@ -0,0 +1,16 @@
 | 
			
		||||
import { Component, Input } from '@angular/core';
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'copy-field',
 | 
			
		||||
  templateUrl: './copy-field.component.html',
 | 
			
		||||
  styleUrls: ['./copy-field.component.scss'],
 | 
			
		||||
})
 | 
			
		||||
export class CopyFieldComponent {
 | 
			
		||||
  // Two paramets: name, value
 | 
			
		||||
  @Input() name: string;
 | 
			
		||||
  @Input() value: string;
 | 
			
		||||
 | 
			
		||||
  public copy() {
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user