Skip to content

Commit

Permalink
Update style-inner.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YoeriNijs committed Nov 20, 2023
1 parent 3bbe5f7 commit 2448b53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo/components/style-inner.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import {VComponent} from "../../src";

/**
* This demo app is for <b>development purposes only</b>, needed to test some edge cases.
* If you want to see a 'real world' example of Vienna, please check https://github.com/YoeriNijs/vienna-demo-app.
*/
@VComponent({
selector: 'style-inner-component',
style: `div { background-color: red; color: white; padding: 10px; }`,
html: `<div class="red">Red background, white text</div>`
})
export class StyleInnerComponent {}
export class StyleInnerComponent {}

0 comments on commit 2448b53

Please sign in to comment.