Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:29
Show Gist options
  • Save arturovt/523e6d510784dc1eea21c7c59df9fa9d to your computer and use it in GitHub Desktop.
Save arturovt/523e6d510784dc1eea21c7c59df9fa9d to your computer and use it in GitHub Desktop.
export class ButtonComponent {
@Input()
public type: string | null = null;
@Input()
public color: string | null = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment