UNPKG

ngx-dynamic

Version:

dynamic contents projection in Angular

15 lines (14 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * options for ynamicComponentModule */ var /** * options for ynamicComponentModule */ DynamicComponentOptions = (function () { function DynamicComponentOptions() { } return DynamicComponentOptions; }()); exports.DynamicComponentOptions = DynamicComponentOptions;