2016-11-10 10 views
0
var app = ng.core.Component({ 
selector:'myapp', 
template:'<h1>helloworld</h1>' 
}). 
Class(
{ 
constructor:function() 
} 
); 

答えて

関連する問題