Fix winscope test
Meant to be amended to ag/23466728 but was auto-merged before I could Test: npm run test:all Bug: 23466728 Change-Id: I2cfb1ba7214ec0b316b489ef84a138861d878321
This commit is contained in:
@@ -18,7 +18,7 @@ import {DragDropModule} from '@angular/cdk/drag-drop';
|
|||||||
import {ScrollingModule} from '@angular/cdk/scrolling';
|
import {ScrollingModule} from '@angular/cdk/scrolling';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {HttpClientModule} from '@angular/common/http';
|
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 {FormsModule, ReactiveFormsModule} from '@angular/forms';
|
||||||
import {MatButtonModule} from '@angular/material/button';
|
import {MatButtonModule} from '@angular/material/button';
|
||||||
import {MatCardModule} from '@angular/material/card';
|
import {MatCardModule} from '@angular/material/card';
|
||||||
@@ -145,6 +145,7 @@ import {WebAdbComponent} from './components/web_adb_component';
|
|||||||
DragDropModule,
|
DragDropModule,
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
],
|
],
|
||||||
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||||
bootstrap: [AppComponent],
|
bootstrap: [AppComponent],
|
||||||
})
|
})
|
||||||
export class AppModule {}
|
export class AppModule {}
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ export class TraceViewComponent {
|
|||||||
title: view.title,
|
title: view.title,
|
||||||
addedToDom: false,
|
addedToDom: false,
|
||||||
dependencies: view.dependencies,
|
dependencies: view.dependencies,
|
||||||
traceType: view.traceType
|
traceType: view.traceType,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user