Last active
July 25, 2021 08:52
-
-
Save izquiratops/7279a022268e478596b753e8c7e7ad2e to your computer and use it in GitHub Desktop.
Change Detection code snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> Tweets absurdos </h1> | |
<p> {{ tweet }} </p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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