The most cursed Angular feature I've ever built

preview_player
Показать описание

Using AI/a large language model is a core part of an application I am building with Angular and Electron. We look at why relying on responses from an LLM can be problematic, and how I built this Angular component to deal with that situation in my application.

0:00 Introduction
0:28 The problem
2:52 Drag functionality
4:22 Using createNotifier

#angular #ai #electron

Рекомендации по теме
Комментарии
Автор

Like the BehaviorSubject<void> which is combineLatest with another observable and mapped to the first value of the tuple to trigger a reload or similar. 👍

larshanisch
Автор

that is a really cool component 😃 thank you for sharing, very valuable information 👍

EstherSoftwareDev
Автор

Why won't you use an signal.update, instead of mutate, aren't they somehow basically the same?

MrSodem