2017-02-22 13:13:21 -05:00
|
|
|
<!--#docregion greeting-->
|
|
|
|
<h1>Hello i18n!</h1>
|
|
|
|
<!--#enddocregion greeting-->
|
|
|
|
|
|
|
|
<!--#docregion i18n-attribute-->
|
|
|
|
<h1 i18n>Hello i18n!</h1>
|
|
|
|
<!--#enddocregion i18n-attribute-->
|
|
|
|
|
|
|
|
<!--#docregion i18n-attribute-desc-->
|
|
|
|
<h1 i18n="An introduction header for this sample">Hello i18n!</h1>
|
|
|
|
<!--#enddocregion i18n-attribute-desc-->
|
|
|
|
|
2017-05-02 02:01:20 -04:00
|
|
|
<!--#docregion i18n-attribute-meaning-->
|
|
|
|
<h1 i18n="site header|An introduction header for this sample">Hello i18n!</h1>
|
|
|
|
<!--#enddocregion i18n-attribute-meaning-->
|
|
|
|
|
|
|
|
<!--#docregion i18n-attribute-id-->
|
|
|
|
<h1 i18n="An introduction header for this sample@@introductionHeader">Hello i18n!</h1>
|
|
|
|
<!--#enddocregion i18n-attribute-id-->
|
|
|
|
|
|
|
|
<!--#docregion i18n-attribute-meaning-and-id-->
|
|
|
|
<h1 i18n="site header|An introduction header for this sample@@introductionHeader">Hello i18n!</h1>
|
|
|
|
<!--#enddocregion i18n-attribute-meaning-and-id-->
|
|
|
|
|
|
|
|
<!--#docregion i18n-attribute-solo-id-->
|
|
|
|
<h1 i18n="@@introductionHeader">Hello i18n!</h1>
|
|
|
|
<!--#enddocregion i18n-attribute-solo-id-->
|
|
|
|
|
2017-02-22 13:13:21 -05:00
|
|
|
<!--#docregion i18n-title-->
|
|
|
|
<img [src]="logo" title="Angular logo">
|
|
|
|
<!--#enddocregion i18n-title-->
|