for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/**
getHtml
Simple component to retrieve the HTML value of a resource.
@namespace Components
*/
'use strict';
angular.module('game').component('dashboard', {
templateUrl: 'views/dashboard.html'
});