From 6220310c9c1704e1b5c775e8cbffa588c47feae6 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Fri, 29 Dec 2023 00:57:31 -0700 Subject: [PATCH] docs: add description --- content/blog/angular-dynamic-host-usage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/angular-dynamic-host-usage/index.md b/content/blog/angular-dynamic-host-usage/index.md index 0ab0851a..690341bf 100644 --- a/content/blog/angular-dynamic-host-usage/index.md +++ b/content/blog/angular-dynamic-host-usage/index.md @@ -1,7 +1,7 @@ --- { title: "Angular Dynamic host Property Usage", - description: "", + description: "In directives and components alike, it can be a pain to add attributes and bindings to the host element. Instead of using DI to change the host, try this instead.", published: '2023-12-28T13:45:00.284Z', authors: ['crutchcorn'], tags: ['angular', 'webdev', 'javascript'],