File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aio-ja/content/tutorial/first-app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ IDE の **Explorer** ペインで:
62
62
このアプリケーションでは、スタイルは別のファイルに、コンポーネントのコードと HTML テンプレートはこのファイルに入っています。
63
63
1 . ` app.component.css ` はこのコンポーネントのスタイルシートです。
64
64
1 . このディレクトリに新しいコンポーネントが追加されます。
65
- 1 . ファイルエクスプローラーで、, アプリケーションで使用する画像を含む画像ディレクトリ (` /assets ` ) を見つけます。
65
+ 1 . ファイルエクスプローラーで、アプリケーションで使用する画像を含む画像ディレクトリ (` /assets ` ) を見つけます。
66
66
1 . ファイルエクスプローラーで、Angular アプリケーションのビルドや実行のために必要なサポートファイルを見つけますが、これらは通常操作するファイルではありません。
67
67
1 . ` .angular ` は Angular アプリケーションをビルドするために必要なファイルがあります。
68
68
1 . ` .e2e ` はアプリケーションのテストに使用されるファイルがあります。
87
87
そして、` index.html ` に加えた変更を保存します。
88
88
89
89
1 . 次に ` first-app/src/app/app.component.ts ` を開きます。
90
- 1 . ` app.component.ts ` の ` @Component ` 定義で, ` template ` 行を次のコードに置き換えて app コンポーネントのテキストを更新します。
90
+ 1 . ` app.component.ts ` の ` @Component ` 定義で、 ` template ` 行を次のコードに置き換えて app コンポーネントのテキストを更新します。
91
91
92
92
<code-example header =" Replace in src/app/app.component.ts " path =" first-app-lesson-01/src/app/app.component.ts " region =" app-comp-template " ></code-example >
93
93
You can’t perform that action at this time.
0 commit comments