Skip to content

Instantly share code, notes, and snippets.

@carlosmoretti
Created October 12, 2019 02:10
Show Gist options
  • Select an option

  • Save carlosmoretti/2284c4ad6e99d2f0609d05152efebaf1 to your computer and use it in GitHub Desktop.

Select an option

Save carlosmoretti/2284c4ad6e99d2f0609d05152efebaf1 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'artigocomponente';
valor1: number;
valor2: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment