Skip to content

Commit 8a0f085

Browse files
committed
docs(guide): Understanding Understanding the View Componentを翻訳
1 parent f87cc4e commit 8a0f085

File tree

5 files changed

+233
-125
lines changed

5 files changed

+233
-125
lines changed
Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
@ngdoc overview
2-
@name Developer Guide: About MVC in Angular: Understanding the View Component
2+
@name Developer Guide: Angular の MVC について : ビューコンポーネントを理解する
33
@description
44

5-
In Angular, the view is the DOM loaded and rendered in the browser, after Angular has transformed
6-
the DOM based on information in the template, controller and model.
5+
Angular がテンプレート・コントローラ・モデルの情報をもとに変換し、
6+
ブラウザに読み込まれ描画される DOM のことを Angular ではビューといいます。
77

88
<img src="img/guide/about_view_final.png">
99

10-
In the Angular implementation of MVC, the view has knowledge of both the model and the controller.
11-
The view knows about the model where two-way data-binding occurs. The view has knowledge of the
12-
controller through Angular directives, such as {@link api/ng.directive:ngController
13-
ngController} and {@link api/ng.directive:ngView ngView}, and through bindings of this form:
14-
`{{someControllerFunction()}}`. In these ways, the view can call functions in an associated
15-
controller function.
10+
Angular の MVC 実装では、ビューはモデルとコントローラについての情報を持っています。
11+
ビューには双方向データバインディングが行われているモデルが分かっています。
12+
また、 {@link api/ng.directive:ngController ngController} や
13+
{@link api/ng.directive:ngView ngView} ディレクティブ、
14+
`{{someControllerFunction()}}` の形式のバインディングを通して、
15+
ビューはコントローラの情報を得ています。
16+
このような実装なので、
17+
ビューは関連付けられたコントローラ関数に含まれる関数を呼び出すことができるのです。
1618

1719

18-
## Related Topics
20+
## 関連トピック
1921

20-
* {@link dev_guide.mvc About MVC in Angular}
21-
* {@link dev_guide.mvc.understanding_model Understanding the Model Component}
22-
* {@link dev_guide.mvc.understanding_controller Understanding the Controller Component}
22+
* {@link dev_guide.mvc Angular における MVC}
23+
* {@link dev_guide.mvc.understanding_model モデルコンポーネントを理解する}
24+
* {@link dev_guide.mvc.understanding_controller コントローラコンポーネントを理解する}
-83.5 KB
Loading
-307 KB
Binary file not shown.
-19.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)