-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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 urgentarea: devtoolsbug
Milestone
Description
Is this a bug report or a feature request?
- Bug Report
- Feature Request
Please provide the steps to reproduce the issue [Bug Report only]
- ng new
- ng add @angular/material
- ng generate @angular/material:navigation main-nav
- ng generate @angular/material:address-form basic-form
- Clean the
app.component.html
and replace it with ` - add following code to
app-basic-form
<!-- Add Content Here -->
<app-basic-form></app-basic-form>
We need to add enough element so that dev-tools components section oveflows
7. Inspect the Submit button.
Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
When ever we inspect the Components should properly scrolls to the inspected element.
Please provide a screenshot if possible [Bug Report only]
Please provide the exception or error you saw [Bug Report only]
No response
Is this a browser-specific issue? If so, please specify the device, browser, and version. [Bug Report only]
I only tested it on Microsoft Edge.
Description [Feature Request only]
No response
Proposed solution [Feature Request only]
No response
Alternatives considered [Feature Request only]
No response
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 urgentarea: devtoolsbug