fix(angular): Clean up formatting and fix JSX example in README

- Remove duplicate horizontal rules in angular/SKILL.md
- Remove duplicate horizontal rules in angular-best-practices/SKILL.md
- Fix React-style JSX in angular-ui-patterns/README.md to use Angular template syntax
This commit is contained in:
Chau (Joe) Nguyen
2026-02-04 00:51:34 -06:00
parent b46e45fb4d
commit 6247fcefab
3 changed files with 11 additions and 10 deletions

View File

@@ -104,8 +104,6 @@ bootstrapApplication(AppComponent, {
---
---
## 2. Async Operations & Waterfalls (CRITICAL)
### Eliminate Sequential Data Fetching