Skip to content

Instantly share code, notes, and snippets.

@coderkan
Created March 15, 2020 17:59
Show Gist options
  • Save coderkan/fa2aa9b614f3be386d85168183e0a2a8 to your computer and use it in GitHub Desktop.
Save coderkan/fa2aa9b614f3be386d85168183e0a2a8 to your computer and use it in GitHub Desktop.
export class AngularComponent implements OnInit, FrameworkComponent{
@Input('data') data: any;
constructor() { }
ngOnInit(): void {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment