Overview of Angular Component packages
mainThe Angular team maintains several specialized npm packages for building UI and implementing common interaction patterns:
@angular/aria: A collection of headless, accessible directives that implement common WAI-ARIA patterns.@angular/cdk: A library designed to help you author custom UI components using common interaction patterns.@angular/material: Pre-built UI components following the Material Design specification.@angular/google-maps: Angular components built on top of the Google Maps JavaScript API.@angular/youtube-player: An Angular component built on top of the YouTube Player API.