Skip to content

[a11y] Typo in @angular/cdk/a11y package breaks build #18652

@flash-me

Description

@flash-me

Reproduction

Steps to reproduce:

  1. npm i @angular/cdk
  2. Open node_modules/@angular/cdk/bundles/cdk-a11y.umd.js
  3. There you will find the following piece of code:

...((global.ng = global.ng || {}, global.ng.cdk = global.ng.cdk || {}, global.ng.cdk.a11Y = {}), global.ng.common, ....

Especially the UMD ID global.ng.cdk.a11Y is wrong, since every other module of the @angular/cdk or @angular/material framework looks for an UMD ID of global.ng.cdk.a11y (small writte 'y')

Expected Behavior

What behavior were you expecting to see?

UMD ID of global.ng.cdk.a11y

Actual Behavior

What behavior did you actually see?

UMD ID of global.ng.cdk.a11Y

Environment

  • CDK/Material: 9.1.0

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions