-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The story of our fight with the mighty dark and light mode
After finding my new companion "dati" on my journeys (I found him in an abandoned mine), we headed out to fight the DarkMode boss, he was very hard, but after spending hours fighting him, we didn't even scratch him AT ALL! So we had to use our ultimate weapon the staff of Youtube tutorials, after using the staff, the boss was forced to watch a 6 minute long tutorial on how to swap styles, after whitch he was easy to beat. My new trusty companion dati SLASHED his arm off! He started screaming like a mad man, afterwards I sliced his head off myself, and took it to the nearest village to sell it and buy myself and dati a new meal and horses. The village was quite happy we did so, and even built a statue of us (it was difficult because im tall and dati is veeeery small). But our adventures didn't end there! To be continued
- Loading branch information
Showing
7 changed files
with
70 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
import { Component } from '@angular/core'; | ||
import { AppComponent } from '../../app.component'; | ||
|
||
@Component({ | ||
selector: 'app-sidebar', | ||
templateUrl: './sidebar.component.html', | ||
styleUrls: ['./sidebar.component.scss'] | ||
styleUrls: ['./sidebar.component.scss'], | ||
}) | ||
export class SidebarComponent { | ||
|
||
constructor(private AppComponent: AppComponent) {} | ||
toggleTheme() { | ||
this.AppComponent.toggleTheme(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters