From 58fe4e78d99063123aaeb7bc73b8a9734e6c0519 Mon Sep 17 00:00:00 2001 From: Josh Ibbotson <95958816+Joshibbotson@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:12:41 +0000 Subject: [PATCH] Update colors example for Angular 17 (#213) updated the angular example to be in line with the most recent production version of Angular. --- content/2-templating/3-loop/angular/colors.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/2-templating/3-loop/angular/colors.component.ts b/content/2-templating/3-loop/angular/colors.component.ts index ec438d37..c3347666 100644 --- a/content/2-templating/3-loop/angular/colors.component.ts +++ b/content/2-templating/3-loop/angular/colors.component.ts @@ -4,7 +4,9 @@ import { Component } from "@angular/core"; selector: "app-colors", template: ` `, })