У нас вы можете посмотреть бесплатно How do I test Signals (signal / computed / effect) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Signals as lightweight "reactive primitive" will shape the future of Angular applications. At the time of this recording, signal() and computed() are stable, and effect() is in "developer preview". We see increasing integration of Signals into the Angular API, and there should be no more reason to hold us back from using Signals. What are the requirements? First, we must understand Signals' behavior, which means the glitch-free effect (aka push/pull). Second, we need to be able to test them. And that's exactly what this video covers. The GitHub repository is available at: https://github.com/rainerhahnekamp/ho... A written version is available at: https://dev.to/this-is-angular/how-do... 0:00 Introduction 0:05 Application Demo 2:10 Testing with Change Detection 11:10 Testing without Change Detection 19:47 Farewell