Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/template-analyzer.ts
Main entry point: Analyze a template and extract structured data
Signature
tsfunction analyzeTemplate(templateContent: string, framework: 'angular' | 'vue' | 'react'): TemplateAnalysis
Parameters
| Name | Type |
|---|---|
templateContent | string |
framework | `'angular' |
Returns: TemplateAnalysis
Was this page helpful?