repackaging: all the repackaging changes squashed
This commit is contained in:
11
modules/rollup-test/hello_world.js
Normal file
11
modules/rollup-test/hello_world.js
Normal file
@ -0,0 +1,11 @@
|
||||
var HelloWorldComponent = ng.core.Component({
|
||||
selector: 'hello-world',
|
||||
//template: 'hello world!!!'
|
||||
templateUrl: 'hello-world.html'
|
||||
}).Class({
|
||||
constructor: function() {}
|
||||
});
|
||||
|
||||
|
||||
|
||||
ng.platformBrowserDynamic.bootstrap(HelloWorldComponent);
|
Reference in New Issue
Block a user