Fixes build issues. Removes warnings.

This commit is contained in:
GloriousCode
2018-08-16 07:16:40 +10:00
parent a7ed69c843
commit f7bc2433dd
11 changed files with 4141 additions and 603 deletions

View File

@@ -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;

View File

@@ -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'},