Skip to content

Instantly share code, notes, and snippets.

@phenomnomnominal
Created May 29, 2019 19:42
import { Component, Input } from '@angular/core';
import { isBool } from './is-bool';
@Component({
// ...
})
export class HelloComponent {
@isBool() @Input()
public primary: boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment