TASK #67 Dark mode toggle working

This commit is contained in:
2020-02-08 15:07:47 -06:00
parent 868262bb18
commit 63fa78684c
6 changed files with 236 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";
import { HostComponent } from "./editor/host/host.component";
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { HostComponent } from './editor/host/host.component';
@NgModule({
declarations: [HostComponent],