Meteor plugin for importing static HTML templates
meteor add urigo:static-templates
import example from './example.html';
console.log('example.html as string:', example);
import template from 'angular-utils-pagination/dirPagination.tpl.html';
Meteor plugin for importing static HTML templates
meteor add urigo:static-templates
import example from './example.html';
console.log('example.html as string:', example);
import template from 'angular-utils-pagination/dirPagination.tpl.html';