frankframework / frankframework/frontend-conventions

[Angular] Document the use of inline templates

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```mermaid
flowchart TD
Start([Use inline template? ])

Start --> Size{Simple & small?
• Few lines
• Minimal nesting
• Atomic component}

Size -->|No| External[External template file]
Size -->|Yes| Stability{Stable?
• Low complexity
• Infrequent changes
• Minimal logic}

Stability -->|No| External
Stability -->|Yes| Inline[✓ Inline template]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.