UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
src
/
templates
/
examples_index.ts
11 lines
(9 loc)
•
225 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { Component } from
'@angular/core'
;
@Component
({ selector:
`{{selector}}`
, template:
`{{{demos}}}`
, styles: [
`:host { display: block } `
] }) export
class
{
{componentName}
} { item: any = {{
{item}
}}; }