Closed alan-agius4 closed 4 months ago
Before this commit, the generated link tags were missing some attributes, which caused issues when attributes like integrity, nonce, and crossorigin were not applied.
integrity
nonce
crossorigin
See https://github.com/angular/angular-cli/issues/27881 for more context.
Before this commit, the generated link tags were missing some attributes, which caused issues when attributes like
integrity
,nonce
, andcrossorigin
were not applied.See https://github.com/angular/angular-cli/issues/27881 for more context.