fix(@schematics/angular): fix missing link attribute for PWA#129
fix(@schematics/angular): fix missing link attribute for PWA#129markgoho wants to merge 7 commits intoangular:masterfrom markgoho:patch-1
Conversation
This change fixes a security/performance issue in links that open in new windows, and by the same token, increases the lighthouse score for PWAs. Assuming we (eventually) want a CLI-generated Angular project to be 100% PWA, this is a necessary change.
|
Heya, can you change the commit message to |
|
Updated title, sorry about that @filipesilva -- thanks for noticing this PR so quickly! |
|
@markgoho what I actually meant is the commit itself though, not the PR title. You can rename it by doing |
|
Okay I did |
|
You got the right message, but now you have 3 commits, some of which have invalid messages. A good way of squashing them all into one is to use |
|
Okay, I thought I rebased it properly, but it looks like CI is failing again :( |
|
Thanks for all of your effort too! I'll close this and re-open with the correct commit message :) |


This change fixes a security/performance issue in links that open in new windows, and by the same token, increases the lighthouse score for PWAs. Assuming we (eventually) want a CLI-generated Angular project to be 100% PWA, this is a necessary change.