Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Created April 3, 2021 04:06
Show Gist options
  • Save pablotolentino/b5cdb1f64a716bb236c5f68540a672ae to your computer and use it in GitHub Desktop.
Save pablotolentino/b5cdb1f64a716bb236c5f68540a672ae to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'fb-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'facebook';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment