From 1c1cbba04bd4914c2c73dc3ac8cc7f9fcc8c4a08 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.
+