Fix winscope test am: daa40dbd3f
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/23474476 Change-Id: I00d954ae3a5b433abd1d2d1b4959f02d9b9bd25c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -18,7 +18,7 @@ import {DragDropModule} from '@angular/cdk/drag-drop';
|
||||
import {ScrollingModule} from '@angular/cdk/scrolling';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {HttpClientModule} from '@angular/common/http';
|
||||
import {NgModule} from '@angular/core';
|
||||
import {CUSTOM_ELEMENTS_SCHEMA, NgModule} from '@angular/core';
|
||||
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
|
||||
import {MatButtonModule} from '@angular/material/button';
|
||||
import {MatCardModule} from '@angular/material/card';
|
||||
@@ -145,6 +145,7 @@ import {WebAdbComponent} from './components/web_adb_component';
|
||||
DragDropModule,
|
||||
ReactiveFormsModule,
|
||||
],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||
bootstrap: [AppComponent],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
@@ -138,7 +138,7 @@ export class TraceViewComponent {
|
||||
title: view.title,
|
||||
addedToDom: false,
|
||||
dependencies: view.dependencies,
|
||||
traceType: view.traceType
|
||||
traceType: view.traceType,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user