angular Bulletproof Angular. Angular strict mode explained Angular uses TypeScript because TypeScript provides us with the tooling to create more robust applications. I'm talking about tools for type safety. But tons of developers aren't using the provided tools. They just create applications as they did 10 years ago using JavaScript.
angular Angular a11y: 11 tips on how to make your apps more accessible This article is a must-read to understand accessibility and how to work with it in Angular. l'll focus on 11 things you can do to make make your Angular app more accessible
angular Angular Platforms in depth. Part 3. Rendering Angular applications in Terminal In this series of articles, I’m going to reveal to you how does it even possible — execute Angular applications across different environments. Also, we’ll learn how to build custom Angular platform which renders applications inside the system’s terminal using ASCII graphics.
angular Angular Platforms in depth. Part 2. Application bootstrap process In this series of articles, I’m going to reveal to you how does it even possible — execute Angular applications across different environments. Also, we’ll learn how to build custom Angular platform which renders applications inside the system’s terminal using ASCII graphics.
angular Angular Platforms in depth. Part 1. What are Angular Platforms? In this series of articles, I’m going to reveal to you how does it even possible — execute Angular applications across different environments. Also, we’ll learn how to build custom Angular platform which renders applications inside the system’s terminal using ASCII graphics.
angular Doing A11y easily with Angular CDK. Keyboard-Navigable Lists In this article we are going through doing A11y easily with Angular CDK. Keyboard-Navigable Lists.
angular Tooltip with Angular CDK During the development, we’ve faced a bunch of interesting puzzles that Angular CDK has helped us to overcome. That’s why I decided to start a series of articles on challenges Angular CDK may aid you with.