docs: add description, etc

This commit is contained in:
Corbin Crutchley
2023-12-27 01:49:38 -07:00
parent 180e94d575
commit ad5ff72657

View File

@@ -1,10 +1,10 @@
--- ---
{ {
title: "Angular's Templates Don't Work the Way You Think They Do", title: "Angular's Templates Don't Work the Way You Think They Do",
description: "", description: "Angular templates are mission-critial for components. But how do they work? Using a compiler, yes, but how do they bind to the DOM itself? Read on to find out.",
published: '2023-12-27T13:45:00.284Z', published: '2023-12-27T13:45:00.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['angular', 'webdev', javascript'], tags: ['angular', 'webdev', 'javascript'],
attached: [], attached: [],
license: 'cc-by-nc-sa-4' license: 'cc-by-nc-sa-4'
} }