Start-angular
Template- HTMLにいくつかのAngular用のマークアップを追加したもの
CompilerTemplateをパースしてDirectivesやExpressionsを実行するView- ユーザーに見えているDOM
Directives- Custom属性、Customタグを適用してHTMLを拡張する DOMを直接触った操作がしたい場合は独自のDirectiveを用意する
Expressions- ``で表現され、スコープ内の変数や関数にアクセスできる
Scope- 変数や関数に参照できるスコープ``
Model
: