Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/da5bf288d86f0afc85bb3ebbf26fdf8a to your computer and use it in GitHub Desktop.
Save realtomaszkula/da5bf288d86f0afc85bb3ebbf26fdf8a to your computer and use it in GitHub Desktop.
@Component({
selector: 'app-root',
template: `
<app-card style="--primary: lightblue; --accent: crimson"></app-card>
`,
})
export class AppComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment