UNPKG

@ngneat/spectator

Version:

A powerful tool to simplify your Angular tests

16 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PipeOptions = exports.DirectiveOptions = exports.ServiceOptions = exports.ComponentOptions = void 0; class ComponentOptions { } exports.ComponentOptions = ComponentOptions; class ServiceOptions { } exports.ServiceOptions = ServiceOptions; class DirectiveOptions { } exports.DirectiveOptions = DirectiveOptions; class PipeOptions { } exports.PipeOptions = PipeOptions; //# sourceMappingURL=schema.js.map