Skip to content

Commit 23f1489

Browse files
updated skill.md to remove service brittle service features
1 parent 2f314d7 commit 23f1489

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

SKILL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,6 @@ Generate an Angular service with dependency injection, methods, properties, and
450450
| `--useHttp <array>` | HTTP methods: `[{"name":"getData","params":[{"name":"url","type":"string"}],"returnType":"Observable<any>","body":"return this.http.get(url);"}]` |
451451
| `--providedIn <string>` | Provider scope: `"root"`, `"platform"`, `"any"`, `"module"` |
452452
| `--implDestroy` | OnDestroy lifecycle hook |
453-
| `--themeChange <object>` | Theme switching: `{"default":"dark"}` |
454-
| `--loading` | Reactive loading state |
455-
| `--scroll` | Scroll tracking |
456-
| `--breakpoint <object>` | Breakpoints: `{"sm":{"value":"600","type":"px"},"md":{"value":"900","type":"px"}}` |
457453

458454
**Example:**
459455
```

0 commit comments

Comments
 (0)