Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ui-interaction-detector.ts
Extract UI interactions from Angular component template file
Reads the .html template file associated with an Angular component and extracts all interactive elements.
Signature
tsfunction extractUIInteractionsFromFile(templatePath: string, stateMachines: StateMachine[], componentName: string): UIInteraction[]
Parameters
| Name | Type |
|---|---|
templatePath | string |
stateMachines | StateMachine[] |
componentName | string |
Returns: UIInteraction[]
Was this page helpful?