You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditionally render the elementbased on the truthy-ness of the expression value. The element and its contained directives / components are destroyed and re-constructed during toggles. If the element is a `<template>` element, its content will be extracted as the conditional block.
1311
+
Toggle's the element's `display` CSS property based on the truthy-ness of the expression value.
1312
1312
1313
1313
This directive triggers transitions when its condition changes.
Toggle's the element's `display` CSS property based on the truthy-ness of the expression value.
1323
+
Conditionally render the elementbased on the truthy-ness of the expression value. The element and its contained directives / components are destroyed and re-constructed during toggles. If the element is a `<template>` element, its content will be extracted as the conditional block.
1324
1324
1325
1325
This directive triggers transitions when its condition changes.
0 commit comments