Here's what's popular on GitHub today...
Trending repository
Game Off
This year’s Game Off wrapped up with over 500 submissions. Check out the game called Don’t Bug Me! - one of this year’s top entries.
Popular topic
Homebrew
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
-
Updated
Jan 14, 2022 - C++
Upcoming event recommended by GitHub
How to Attract non code contributions to your Open Source project
January 19, 2022 • Virtual
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
-
Updated
Jan 16, 2022 - Python
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
Trending repository
-
Updated
Jan 14, 2022
Trending repository
-
Updated
Jan 14, 2022 - PHP
Trending repository
-
Updated
Jan 16, 2022 - HTML
Trending repository
-
Updated
Jan 15, 2022
Trending repository
Trending repository
-
Updated
Jan 13, 2022 - JavaScript
Trending repository
-
Updated
Jan 12, 2022 - C++
Trending repository
-
Updated
Jan 12, 2022 - TeX
Trending repository
Trending repository
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
Trending repository
-
Updated
Jan 13, 2022 - TypeScript
Trending repository
-
Updated
Jan 16, 2022 - C++
Trending repository
-
Updated
Jan 7, 2022 - JavaScript
Trending repository
-
Updated
Jan 16, 2022 - Solidity
Trending repository
-
Updated
Jan 14, 2022 - Shell
Trending repository
-
Updated
Jan 15, 2022 - Java
Trending repository
Description
Is this demo correct? how ngZone knows when to update the view as zone.js hasn't patch someNewAsyncAPI
export class AppComponent implements OnInit {
constructor(private ngZone: NgZone) {}
ngOnInit() {
// New async API is not handled by Zone, so you need to
// use ngZone.run() to make the asynchronous operation in the Angular zone
// and trigger change
App recommended by GitHub
GitKraken Boards
GitKraken Boards will sunset at the end of 2022. Read the full announcement to learn more.
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.


What's the Problem?
Just like in the Windows Explorer application, make a button appear with the text Extract all when clicking once on a .zip file
Solution/Idea
Add a button to extract all contents from a zip file
Alternatives
Maybe A shortcut like CTRL + E to extract
Priorities