-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Reproduction
Steps to reproduce:
npm i @angular/cdk
- Open node_modules/@angular/cdk/bundles/cdk-a11y.umd.js
- 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 urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent