Код: Выделить всё
/* Demonstrating how to specify inserted content
any content added here is styled
*/
:host ::content
{
color: green;
}
/* This CSS targets the custom-element tag itself */
:host
{
padding: 4px;
background-color: gray;
}
{{title}}
....
< /code>
И вот соответствующее местоположение, где оно используется в index.html: < /p>
Your input was {{inputValue}}
[list]
[*]Array index {{index}}- {{item}}
[/list]
Lorem ipsum!
Подробнее здесь: https://stackoverflow.com/questions/317 ... ot-working
Мобильная версия