meteor-static-templates
Meteor plugin for importing static HTML templates
Installation
meteor add urigo:static-templates
Usage
1import example from './example.html'; 2 3console.log('example.html as string:', example);
importing from node_modules
1import template from 'angular-utils-pagination/dirPagination.tpl.html';
Known issues
- TypeScript warnings about missing module [#9]