@ng-doc/builder
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>
10 lines (9 loc) • 389 B
TypeScript
import { NgDocStyleType } from '@ng-doc/core';
import { ClassDeclaration } from 'ts-morph';
import { NgDocAsset } from '../../interfaces';
/**
* Creates an array of assets from a component source file.
* @param cls - The class declaration.
* @param inlineStyleLanguage
*/
export declare function getDemoAssets(cls: ClassDeclaration, inlineStyleLanguage: NgDocStyleType): NgDocAsset[];