Skip to content

Instantly share code, notes, and snippets.

@izquiratops
Last active July 25, 2021 08:52
Show Gist options
  • Save izquiratops/7279a022268e478596b753e8c7e7ad2e to your computer and use it in GitHub Desktop.
Save izquiratops/7279a022268e478596b753e8c7e7ad2e to your computer and use it in GitHub Desktop.
Change Detection code snippets
<h1> Tweets absurdos </h1>
<p> {{ tweet }} </p>
@Component({
selector: 'tweets',
templateUrl: './tweets.component.html'
})
export class AppComponent {
tweet = 'Despite the constant negative press covfefe';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment