UNPKG

ng-apimock-with-presets

Version:

An ng-apimock fork with preset functionality

10 lines (9 loc) 228 B
(function() { 'use strict'; angular .module('ng-apimock') .component('ngApimock', { templateUrl: 'partials/ngapimock.tpl.html', controller: 'NgApimockController' }); })();