Skip to content

Instantly share code, notes, and snippets.

@umairhm
Last active July 25, 2020 04:10
Show Gist options
  • Save umairhm/c2208a48f3147260d43b7508ab1cc7c3 to your computer and use it in GitHub Desktop.
Save umairhm/c2208a48f3147260d43b7508ab1cc7c3 to your computer and use it in GitHub Desktop.
import { Component, Input } from '@angular/core';
@Component({
selector: 'boolean-coercion',
template: `...`
})
export class BooleanCoercionComponent {
@Input() flagOne: boolean;
@Input() flagTwo: boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment