From ee535777bb2a48003a84260f5f524dbf22760eb1 Mon Sep 17 00:00:00 2001
From: Kapunahele Wong declarations
of this module.
Binds the presence of CSS classes on the element to the truthiness of the associated map values. The right-hand expression should return {class-name: true/false} map.
<div [ngStyle]="{'property': 'value'}">
<div [ngStyle]="dynamicStyles()">
Allows you to assign styles to an HTML element using CSS. You can use CSS directly, as in the first example, or you can call a method from the component.
+