1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

chore: add resource under angular:typescript-basics:type-guard

This commit is contained in:
roadmap bot
2023-06-09 01:52:01 +01:00
parent a6feb72339
commit 972370e0e6

View File

@@ -9,3 +9,4 @@ Type guards are typically used for narrowing a type and are pretty similar to fe
Visit the following resources to learn more:
- [Types Guards - Blog](https://blog.logrocket.com/how-to-use-type-guards-typescript/)
- [TypeScript Type Guards Explained](https://www.youtube.com/watch?v=feeeitmtdwg)