シャドーイング練習: Angular in 100 Seconds - YouTubeで英語スピーキングを学ぶ

C2
シャドーイング コントロール
0% 完了 (0/25 )
Angular, a TypeScript-based framework for building user interfaces.
⏸ 一時停止中
すべての文25
1
Angular, a TypeScript-based framework for building user interfaces.
2
It was developed at Google and released in 2016 as the sequel to AngularJS.
3
As an Angular developer, you hit the ground running with its extremely powerful CLI tool.
4
When you generate your initial application, it comes preconfigured with routing, a testing framework, and your favorite style preprocessor.
5
In addition, the magic ng-add command can turn your app into a progressive web app, add server-side rendering, Firebase support, and do a whole bunch of other cool stuff.
6
But at its core, Angular is just a component-based UI library.
7
I can create a component with the CLI, and if we go into its TypeScript file, you'll notice the component decorator, which makes this TypeScript class a component.
8
Any properties on this class are considered reactive state, and when their values change, the component will re-render the UI.
9
For example, we can bind the property to HTML using double braces in the template.
10
From there, we can add a button that increments this value every time it's clicked.
11
We add the event name on the left side in parentheses, then an expression on the right side.
12
In this case, it points to a method in our class.
13
Each time the button is clicked, it calls the method, which changes the state and re-renders the UI.
14
Angular also has a variety of directives for building complex templates.
15
Use ngif to handle conditional logic.
16
Or if you have an iterable value, use ng4 to loop over it.
17
But where Angular really excels is handling complexity, and one of its primary tools for doing so is called dependency injection.
18
When your app grows to hundreds of components, you'll likely need a way to share data and functionality between them.
19
We can take our component logic here and extract it into a service which can be treated as a global singleton throughout the application.
20
Now any component that wants to use this state or logic can simply add this class to its constructor.
21
The end result is a simple and reliable way to compose complex applications.
22
As a developer, you can always count on a consistent experience between projects and minimal decision fatigue.
23
This has been Angular in 100 Seconds.
24
If you want to see more short videos like this, make sure to like and subscribe and check out a ton of advanced Angular content on Fireship.io.
25
Thanks for watching, and I will see you in the next one.
App StoreとGoogle Playで4.9/5

Shadowing English モバイル版

Shadowing Englishアプリでいつでもどこでも英語を学びましょう。 今すぐコミュニケーションスキルを向上させましょう!

学習の進捗を追跡する
AIによる採点とエラー修正
豊富な動画ライブラリ
Shadowing English Mobile App

コンテキストと背景

このビデオでは、Angularというフレームワークについての簡潔で濃縮された情報が提供されています。AngularはGoogleによって開発され、TypeScriptに基づいています。このフレームワークは、ユーザーインターフェースを構築するために非常に強力であり、特に初心者からプロフェッショナルまで幅広い開発者に利用されています。このビデオを通じて、Angularの基本的な機能、特にコンポーネントの作成や状態の管理などに焦点を当てています。

日常コミュニケーションのためのトップ5フレーズ

  • 「AngularはコンポーネントベースのUIライブラリです。」 - Angularの基本的な特性を示します。
  • 「ng-addコマンドで進化したアプリを作成できます。」 - 効率的なアプリ開発の手法を伝えます。
  • 「プロパティをHTMLにバインドします。」 - コンポーネントがユーザーインターフェースにどのように影響するかを示します。
  • 「ngIfを使って条件付きロジックを処理します。」 - テンプレートの構築に役立つ指示を提供します。
  • 「依存性注入によって複雑さを管理します。」 - 大規模なアプリケーションではデータ共有が重要であることを強調します。

ステップバイステップ・シャドウイングガイド

このビデオを使った英語スピーキング練習、特にシャドーイングを効果的に行うためのガイドをご紹介します。

  1. ビデオを最初から最後まで視聴します。 内容を全体的に理解することが重要です。
  2. フレーズを聞き取ります。 特に上記のトップ5フレーズに注目してください。
  3. シャドースピーチを実践します。 音声に合わせて自分の声で繰り返すことで、発音やリズムを自然に習得できます。YouTubeで英語学習を進める際には、この方法が非常に効果的です。
  4. 繰り返し部分を録音します。 自分の声を聞くことで、どの部分を改善すべきかを具体的に把握できます。
  5. 出てくる新しい単語やフレーズをメモします。 シャドーイングを通じて新しい語彙を学ぶことで、さらなるコミュニケーション能力の向上につながります。

この方法を通じて、英語シャドーイングのスキルを高め、流暢さを向上させましょう。angularのような技術的な内容でもシャドースペーチが効果的に行えることに気づくでしょう!

シャドーイングとは?英語上達に効果的な理由

シャドーイング(Shadowing)は、もともとプロの通訳者養成プログラムで開発された言語学習法で、多言語習得者として知られるDr. Alexander Arguelles によって広く普及されました。方法はシンプルですが非常に効果的:ネイティブスピーカーの英語を聞きながら、1〜2秒の遅延で声に出してすぐに繰り返す——まるで「影(shadow)」のように話者を追いかけます。文法ドリルや受動的なリスニングと異なり、シャドーイングは脳と口の筋肉が同時にリアルタイムで英語を処理・再現することを強制します。研究により、発音精度、抑揚、リズム、連音、リスニング力、そして会話の流暢さが大幅に向上することが確認されています。IELTSスピーキング対策や自然な英語コミュニケーションを目指す方に特におすすめです。

コーヒーをおごる