@ng-doc/app
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>
17 lines (13 loc) • 423 B
JavaScript
import { NG_DOC_PAGE_SKELETON } from '@ng-doc/app/tokens';
/**
* Provides the skeleton components for the page.
* @param skeleton - The skeleton for the page.
*/
function providePageSkeleton(skeleton) {
return [{ provide: NG_DOC_PAGE_SKELETON, useValue: skeleton }];
}
/**
* Generated bundle index. Do not edit.
*/
export { providePageSkeleton };
//# sourceMappingURL=ng-doc-app-providers-page-skeleton.mjs.map