@ng-doc/ui-kit
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
15 lines (9 loc) • 465 B
JavaScript
import { InjectionToken } from '@angular/core';
const NG_DOC_ASSETS_PATH = new InjectionToken('NG_DOC_ASSETS_PATH');
const NG_DOC_COMPONENT_CONTEXT = new InjectionToken('NG_DOC_COMPONENT_CONTEXT');
const NG_DOC_CUSTOM_ICONS_PATH = new InjectionToken('NG_DOC_CUSTOM_ICONS_PATH');
/**
* Generated bundle index. Do not edit.
*/
export { NG_DOC_ASSETS_PATH, NG_DOC_COMPONENT_CONTEXT, NG_DOC_CUSTOM_ICONS_PATH };
//# sourceMappingURL=ng-doc-ui-kit-tokens.mjs.map