Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created June 26, 2020 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsebastien/2cad025791a83a4402c6177fb8043877 to your computer and use it in GitHub Desktop.
Save dsebastien/2cad025791a83a4402c6177fb8043877 to your computer and use it in GitHub Desktop.
class Base {
@Input()
foo: string;
}
@Directive(...)
class Dir extends Base {
ngOnChanges(): void {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment