mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-19 15:10:05 +00:00
Fixes build issues. Removes warnings.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { AllEnabledCurrencyTickersComponent } from './all-enabled-currency-tickers.component';
|
||||
import { AllEnabledCurrencyTickersComponent } from './all-updates-ticker.component';
|
||||
|
||||
describe('AllEnabledCurrencyTickersComponent', () => {
|
||||
let component: AllEnabledCurrencyTickersComponent;
|
||||
|
||||
@@ -7,8 +7,8 @@ import {CommonModule} from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-theme-picker',
|
||||
templateUrl: 'theme-picker.html',
|
||||
styleUrls: ['theme-picker.scss'],
|
||||
templateUrl: 'theme-picker.component.html',
|
||||
styleUrls: ['theme-picker.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: {'aria-hidden': 'true'},
|
||||
Reference in New Issue
Block a user