Skip to content

Instantly share code, notes, and snippets.

@maciej-gurban
Created May 5, 2017 15:35
Show Gist options
  • Save maciej-gurban/454e293d98adefc3fb9d029e581d4eea to your computer and use it in GitHub Desktop.
Save maciej-gurban/454e293d98adefc3fb9d029e581d4eea to your computer and use it in GitHub Desktop.
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