From f67774d84b9f406f055e6d46cdaa17995f497c40 Mon Sep 17 00:00:00 2001 From: Alejandro Lora Date: Mon, 27 Jul 2020 10:35:27 +0200 Subject: [PATCH] Update aio/content/guide/cheatsheet.md Co-authored-by: Pato <11162114+devpato@users.noreply.github.com> --- aio/content/guide/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/cheatsheet.md b/aio/content/guide/cheatsheet.md index 87e57d4e5f..82c44673c0 100644 --- a/aio/content/guide/cheatsheet.md +++ b/aio/content/guide/cheatsheet.md @@ -146,7 +146,7 @@ está disponible para las declaraciones (declarations) de este mód <div [ngStyle]="{'property': 'value'}">
<div [ngStyle]="dynamicStyles()"> -

Le permite asignar estilos a un elemento HTML usando CSS. Puede usar CSS directamente, como en el primer ejemplo, o puede llamar a un método desde el componente.

+

Te permite asignar estilos a un elemento HTML usando CSS. Puedes usar CSS directamente, como en el primer ejemplo, o puedes llamar a un método desde el componente.