A Karma plugin. Compile AngularJS templates to JavaScript on the fly.
Karma preprocessor that wraps script contents with a "require(){}" call. This is designed for use with karma-ng-html2js-preprocessor, by passing the output of that plugin into this one.
A karma preprocessor plugin. Minifies Html files. Useful when using other preprocessors such as karma-ng-html2js-preprocessor and testing directive rendering.
A Karma plugin. Convert HTML files into JS strings to serve them in a script tag.
TypeScript definitions for karma-html2js-preprocessor
A babel plugin that adds istanbul instrumentation to ES6 code
A Karma plugin. Compile Django-generated AngularJS templates to JavaScript on the fly.
A Karma plugin. Compile Jade AngularJS templates to JavaScript on the fly.
Karma preprocessor to bundle ES modules using Rollup
Preprocessor to compile ES6 on the fly with babel.
Karma plugin that locates and loads existing javascript source map files.
A Karma plugin. Compile AngularJS templates to JavaScript on the fly.
A Gulp plugin which generates AngularJS modules, which pre-load your HTML code into the $templateCache. This way AngularJS doesn't need to request the actual HTML files anymore.
A Karma plugin. Compile coffee script on the fly.
Standalone script to turn Angular template into js and put it in a module.
Karma preprocessor to scan HTML-based server side templates for embedded AngularJS templates, and convert the AngularJS templates to JS for use in unit tests.
Compiles AngularJS templates to JavaScript
A Karma plugin. Compile AngularJS templates written in HAML to JavaScript on the fly.
A Karma plugin to read environment variables and make them available inside your tests.
Use webpack with karma
Preprocessor to compile ES6 on the fly with babel.
TypeScript definitions for karma-rollup-preprocessor
Cypress preprocessor for bundling JavaScript via webpack
A Karma plugin. Compile Html with Template Scripts to AngularJS template cache
Angular HTML2JS allows you to use ng templates as first class citizens in the Rails/Sprockets world. Based on the karma-ng-html2js-preprocessor for Karma.
Angular HTML2JS allows you to use ng templates as first class citizens in the Rails/Sprockets world. Based on the karma-ng-ngt-preprocessor for Karma.