Skip to content

Instantly share code, notes, and snippets.

View diegomichell's full-sized avatar

Diego Ivan Perez Michel diegomichell

View GitHub Profile
// App
import { Component } from '@angular/core';
@Component({
selector: 'app',
template: '<span>{{ sayHello() }}</span>',
})
export class App {
public name: string = 'John';