ngx-dynamic-hooks
Version:
Automatically insert live Angular components into a dynamic string of content (based on their selector or any pattern of your choice) and render the result in the DOM.
21 lines (20 loc) • 1.04 kB
TypeScript
export * from './lib/dynamicHooksProviders';
export * from './lib/standalone';
export * from './lib/standaloneHelper';
export * from './lib/interfacesPublic';
export * from './lib/services/settings/options';
export * from './lib/services/settings/parserEntry';
export * from './lib/components/dynamicHooksComponent';
export * from './lib/components/dynamicSingleComponent';
export * from './lib/services/dynamicHooksService';
export * from './lib/services/settings/settings';
export * from './lib/parsers/selector/text/textSelectorHookParser';
export * from './lib/parsers/selector/element/elementSelectorHookParser';
export * from './lib/parsers/selector/selectorHookParserConfig';
export * from './lib/services/utils/dataTypeParser';
export * from './lib/services/utils/deepComparer';
export * from './lib/services/utils/hookFinder';
export * from './lib/constants/regexes';
export * from './lib/services/utils/utils';
export * from './lib/services/platform/platformService';
export * from './lib/services/platform/defaultPlatformService';