MCPcopy Create free account
hub / github.com/angularcafe/slateui / toggle

Method toggle

projects/docs/src/app/shared/components/header/header.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 readonly menuOpen = model(false);
22
23 toggle(): void {
24 this.menuOpen.update(open => !open);
25 }
26
27 toggleTheme() {
28 this.themeService.setTheme(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected