Created
June 10, 2018 14:39
-
-
Save realtomaszkula/3fc2c9d327282fb0019898a43dad9a55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Component({ | |
selector: 'app-root', | |
template: ` | |
<app-card></app-card> | |
`, | |
styles: [` | |
app-card { | |
--primary: lightblue; | |
--accent: crimson; | |
} | |
`] | |
}) | |
export class AppComponent {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment