We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d71d2b commit f240389Copy full SHA for f240389
adev-ja/src/content/guide/forms/template-driven-forms.md
@@ -72,7 +72,7 @@ Angularテンプレートを使用して、ログインフォーム、コンタ
72
<docs-code language="typescript" path="adev/src/content/examples/forms/src/app/actor-form/actor-form.component.ts" language="typescript" visibleRegion="Marilyn"/>
73
74
このデモでは、`model`と`skills`のダミーデータを使用しています。
75
- 実際のアプリでは、データサービスを注入して実際のデータを取得して保存するか、これらのプロパティを入力と出力として公開します。
+ 実際のアプリケーションでは、データサービスを注入して実際のデータを取得して保存するか、これらのプロパティを入力と出力として公開します。
76
77
1. コンポーネントは、`FormsModule`モジュールをインポートすることでフォーム機能を有効にします。
78
0 commit comments