File tree Expand file tree Collapse file tree 5 files changed +25
-8
lines changed
adev-ja/src/content/tutorials Expand file tree Collapse file tree 5 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 1+ # Deferrable views tutorial
2+
3+ This interactive tutorial consists of lessons that introduce the Angular deferrable views concepts.
4+
5+ ## How to use this tutorial
6+
7+ Each step represents a concept in Angular deferrable views. You can do one, or all of them.
8+
9+ If you get stuck, click "Reveal answer" at the top.
10+
11+ Alright, let's [ get started] ( /tutorials/deferrable-views/1-what-are-deferrable-views ) .
Original file line number Diff line number Diff line change 1- # Deferrable views tutorial
1+ # 遅延可能ビューのチュートリアル
22
3- This interactive tutorial consists of lessons that introduce the Angular deferrable views concepts.
3+ このインタラクティブなチュートリアルは、Angularの遅延可能ビューのの概念を紹介するレッスンで構成されています。
44
5- ## How to use this tutorial
5+ ## このチュートリアルの使用方法
66
7- Each step represents a concept in Angular deferrable views. You can do one, or all of them.
7+ 各ステップは、Angularの遅延可能ビューにおける概念を表しています。1つでも、すべてでも実行できます。
88
9- If you get stuck, click "Reveal answer" at the top.
9+ 行き詰まったら、上部の「解答を表示」をクリックしてください。
1010
11- Alright, let's [ get started ] ( /tutorials/deferrable-views/1-what-are-deferrable-views ) .
11+ さあ、 [ 始めましょう ] ( /tutorials/deferrable-views/1-what-are-deferrable-views ) 。
Original file line number Diff line number Diff line change 1+ {
2+ "title" : " Deferrable Views" ,
3+ "type" : " editor" ,
4+ "nextTutorial" : " first-app" ,
5+ "openFiles" : [" src/app/app.component.ts" ]
6+ }
Original file line number Diff line number Diff line change 11{
2- "title" : " Deferrable Views " ,
2+ "title" : " 遅延可能ビュー " ,
33 "type" : " editor" ,
44 "nextTutorial" : " first-app" ,
55 "openFiles" : [" src/app/app.component.ts" ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Angularチュートリアルへようこそ!これらのチュートリアル
99 <docs-card title =" 最初の Angular アプリをローカルで構築する " link =" コーディングを開始 " href =" tutorials/first-app " imgSrc =" adev/src/assets/images/learn-angular-local.svg " >
1010 npm を使用
1111 </docs-card >
12- <docs-card title =" 遅延可能なビュー " link =" コーディングを開始 " href =" tutorials/deferrable-views " imgSrc =" adev/src/assets/images/ang_illustrations-04.svg " >
12+ <docs-card title =" 遅延可能ビュー " link =" コーディングを開始 " href =" tutorials/deferrable-views " imgSrc =" adev/src/assets/images/ang_illustrations-04.svg " >
1313 Playground を使用
1414 </docs-card >
1515</docs-card-container >
You can’t perform that action at this time.
0 commit comments