Skip to content

Instantly share code, notes, and snippets.

@vakrilov
Created March 18, 2016 09:52
Show Gist options
  • Save vakrilov/ff9d58d34bcac77cbdf9 to your computer and use it in GitHub Desktop.
Save vakrilov/ff9d58d34bcac77cbdf9 to your computer and use it in GitHub Desktop.
ActionBar withCSS
import {Component} from 'angular2/core';
@Component({
selector: 'app-test',
template: `
<ActionBar title="First Page Title"></ActionBar>
<Button text="Hi there"></Button>
`
})
export class AppComponent {
}
ActionBar {
background-color: red;
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment