frankframework / frankframework/frontend-conventions
[Angular] Document the use of inline templates
Open
- 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.