angular-cn/public/docs/_examples/cb-i18n/ts/app/app.component.1.html

16 lines
423 B
HTML
Raw Normal View History

<!--#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-->
<img [src]="logo" title="Angular logo">
2016-12-03 02:25:31 +01:00
<!--#enddocregion i18n-title-->