Skip to content

analyzeTemplate

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/utils/template-analyzer.ts

Main entry point: Analyze a template and extract structured data

Signature

ts
function analyzeTemplate(templateContent: string, framework: 'angular' | 'vue' | 'react'): TemplateAnalysis

Parameters

NameType
templateContentstring
framework`'angular'

Returns: TemplateAnalysis

Was this page helpful?

Download as PDF