Skip to content

Instantly share code, notes, and snippets.

@mgechev
Created August 25, 2020 21:35
Show Gist options
  • Save mgechev/2505057e6420d06cba1a9bdbd45445d2 to your computer and use it in GitHub Desktop.
Save mgechev/2505057e6420d06cba1a9bdbd45445d2 to your computer and use it in GitHub Desktop.
@Component({...})
class AppComponent {
@Input() title: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment