Skip to content

Instantly share code, notes, and snippets.

@umairhm
Last active July 25, 2020 08:18
Show Gist options
  • Save umairhm/9f3105c42f0536dca7308066656d220d to your computer and use it in GitHub Desktop.
Save umairhm/9f3105c42f0536dca7308066656d220d to your computer and use it in GitHub Desktop.
import { Component, Input } from '@angular/core';
@Component({
selector: 'element-coercion',
template: `...`
})
export class ElementCoercionComponent {
@Input() elementOne: Element;
@Input() elementTwo: Element;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment