Skip to content

Instantly share code, notes, and snippets.

@jhades
Last active May 12, 2016 07:02
Show Gist options
  • Save jhades/7db8bd884fcc993156a938b5a16f9524 to your computer and use it in GitHub Desktop.
Save jhades/7db8bd884fcc993156a938b5a16f9524 to your computer and use it in GitHub Desktop.
@Component({
selector: 'app',
template: `
<div class="color-sample" [style.background]="'red'">
Color Sample</div>
<button [disabled]="true">Disabled</button>
<input [required]="true" value="Hello World !">
`
})
export class App {
}
bootstrap(App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment