0
var app = ng.core.Component({
selector:'myapp',
template:'<h1>helloworld</h1>'
}).
Class(
{
constructor:function()
}
);
var app = ng.core.Component({
selector:'myapp',
template:'<h1>helloworld</h1>'
}).
Class(
{
constructor:function()
}
);
にng.core.component内の.class法の使用である:我々はそれをプロパティとメソッドを与え、コンポーネント自体を実装する場合
クラスメソッドでありますそのビューにバインドされ、UIのこの部分に適した動作が行われます。
参考:https://angular.io/docs/js/latest/quickstart.html#!#add-the-component-file