Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@schematics/angular): replace interactive div with button in application component template #21302

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Commits on Jul 7, 2021

  1. fix(@schematics/angular): replace interactive div with button in …

    …application component template
    
    A keyboard user who has a problem in using a mouse, will not be able to select the `div`, because he cannot initiate the click event, which is specific to the mouse. Interactive elements like button can initiate the click event on keyboard events.
    
    Instead of adding additional events, such as `keyup`, `keydown` or `keypress`, we replace these with a `button`.
    alan-agius4 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    f4c4f81 View commit details
    Browse the repository at this point in the history