Typesafe checks against TypeScript interface property names at runtime Learn how to safely use TypeScript interface property names at runtime
Angular Template Type Checking Leverage strict template type checking to create bulletproof Angular applications
TypeScript Switch Case best practices Switch statements are sometimes considered a code smell, but when they do make sense to use, you’d better make sure you don’t forget a single case. Luckily, TypeScript can help
Strongly typing your Angular route data Use typed route parameters to improve the quality of your Angular code