2016-09-29 11:15:55 -07: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-->
|
2016-12-03 02:25:31 +01:00
|
|
|
|
|
|
|
<!--#docregion i18n-title-->
|
2017-01-26 03:26:11 -08:00
|
|
|
<img [src]="logo" title="Angular logo">
|
2016-12-03 02:25:31 +01:00
|
|
|
<!--#enddocregion i18n-title-->
|