Skip to content

Instantly share code, notes, and snippets.

@umairhm
Created July 26, 2020 02:10
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 umairhm/7317712c67c11e0e722cb8641c766498 to your computer and use it in GitHub Desktop.
Save umairhm/7317712c67c11e0e722cb8641c766498 to your computer and use it in GitHub Desktop.
import { Component, Input } from '@angular/core';
@Component({
selector: 'number-coercion',
template: `...`
})
export class NumberCoercionComponent {
@Input() numberOne: number;
@Input() numberTwo: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment