Skip to content

Instantly share code, notes, and snippets.

@maciej-gurban
Last active May 5, 2017 15:33
Show Gist options
  • Save maciej-gurban/e7085601f8f4139a291a4d1fe41b2bb8 to your computer and use it in GitHub Desktop.
Save maciej-gurban/e7085601f8f4139a291a4d1fe41b2bb8 to your computer and use it in GitHub Desktop.
//(function(){
const app = angular.module('myApp', []);
angular.module('myApp').component('foobar', {
controller: function() {
this.foo = 100;
},
template: `This is Angular app!`,
});
//})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment