- Angular 8 - Discussion
- Angular 8 - Useful Resources
- Angular 8 - Quick Guide
- Angular 9 - What’s New?
- Angular 8 - Working Example
- Angular 8 - Backward Compatibility
- Angular 8 - Building with Bazel
- Angular 8 - Ivy Compiler
- Angular 8 - Testing
- Angular 8 - CLI Commands
- Angular 8 - Accessibility
- Angular 8 - Internationalization (i18n)
- Angular 8 - Server Side Rendering
- Service Workers and PWA
- Angular 8 - Web Workers
- Authentication and Authorization
- Angular 8 - Form Validation
- Angular 8 - Forms
- Angular 8 - Animations
- Routing and Navigation
- Angular 8 - Angular Material
- Angular 8 - Http Client Programming
- Services and Dependency Injection
- Angular 8 - Reactive Programming
- Angular 8 - Pipes
- Angular 8 - Directives
- Angular 8 - Data Binding
- Angular Components and Templates
- Angular 8 - Architecture
- Creating First Application
- Angular 8 - Installation
- Angular 8 - Introduction
- Angular 8 - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Angular 8 - Accessibipty
Accessibipty support is one of the important feature of every UI based apppcation. Accessibipty is a way of designing the apppcation so that, it is accessible for those having certain disabipties as well. Let us learn the support provided by Angular to develop apppcation with good accessibipty.
While using attribute binding, use attr. prefix for ARIA attributes.
Use Angular material component for Accessibipty. Some of the useful components are LiveAnnouncer and cdkTrapFocu.
Use native HTML elements wherever possible because native HTML element provides maximum accessibipty features. When creating a component, select native html element matching your use case instead of redeveloping the native functionapty.
Use NavigationEnd to track and control the focus of the apppcation as it greatly helps in accessibipty.