chore: fix build

This commit is contained in:
Corbin Crutchley
2022-02-09 23:57:54 -08:00
parent d564848db4
commit 907d4b32e7
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
{
title: "Better Angular Form Components with ngModel and formControl Implementation",
description: "Some components make controlling their state easier with "formControl" and "ngModel". Let's see how we can build our own!",
description: "Some components make controlling their state easier with 'formControl' and 'ngModel'. Let's see how we can build our own!",
published: '2020-06-09T13:45:00.284Z',
authors: ['crutchcorn'],
tags: ['angular', 'javascript'],