UNPKG

generator-confit

Version:

Yeoman generator for creating the development process, tools and a sample project for current-generation web applications

9 lines (6 loc) 246 B
import styles from './styles/card-footer.styl' const mod = angular.module('swanky.components.card.cardFooter', []).component('cardFooter', { transclude: true, template: require('./templates/card-footer.tpl.html') }) export default mod.name