urigo:static-templates

v0.0.6-beta.1Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

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';