Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created August 10, 2022 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/e448cc45b34bddd8a63fac5b80bfc3b9 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/e448cc45b34bddd8a63fac5b80bfc3b9 to your computer and use it in GitHub Desktop.
@Component({
selector: 'app-fipq',
templateUrl: './fipq.component.html',
styleUrls: ['./fipq.component.css'],
providers: [AppService]
})
export class ProductComponent implements OnInit {
constructor(private appservice: AppService) { }
ngOnInit(): void {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment