Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Created April 3, 2021 03:52
Show Gist options
  • Save pablotolentino/b95dc338b7fae6b48af336c17510b937 to your computer and use it in GitHub Desktop.
Save pablotolentino/b95dc338b7fae6b48af336c17510b937 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 = 'google';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment