UNPKG

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.

6 lines (5 loc) 347 B
export declare const contentElementAttr = "__ngx_dynamic_hooks_content"; export declare const anchorElementTag = "dynamic-component-anchor"; export declare const anchorAttrHookId = "__ngx_dynamic_hooks_anchor_id"; export declare const anchorAttrParseToken = "__ngx_dynamic_hooks_anchor_parsetoken"; export declare const voidElementTags: string[];