Privacy Policy

Use this page to detail your site's privacy policy.

Portal starts

Portal ends


USING IF
I'm a container with nx-if if IF.
I should be ${$.ifSignal.value ? "shown" : "hidden"} because IF is ${$.ifSignal.value}

I'm a container with nx-if if NOT IF.
I should be ${$.ifSignal.value ? "hidden" : "shown"} because IF is ${$.ifSignal.value}

USING SHOW
WIth DIVs and no text nodes, I don't need wrapping in nx-container
I'm a container with nx-if if IF.
I should be ${$.ifSignal.value ? "shown" : "hidden"} because IF is ${$.ifSignal.value}

Because this nx-container has text nodes as its children it needs to be kept
I'm a container with nx-if if NOT IF.
I should be ${$.ifSignal.value ? "hidden" : "shown"} because IF is ${$.ifSignal.value}

Toggled by NX-SHOW:
Toggled by NX-IF which is ${$.ifSignal.value}
Disabled is ${$.disabledSignal.value}
IF is false
There are ${$controller.currentList.value.length} items.
  • ${item}
I'm text-danger if IF
I'm GREEN if IF else BLUE
By switch, IF is true
By switch, IF is false
  • This is not a generated item.
  • ${item.id}: ${item.time}
  • The list is empty
  • Nor is this
${$.optionSignal}