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 Bumblebee Blitz - one of this year’s top entries.
Popular topic
Vue.js
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 15, 2022 - Python
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
Trending repository
-
Updated
Jan 14, 2022
Trending repository
-
Updated
Jan 14, 2022 - PHP
Trending repository
-
Updated
Jan 14, 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 15, 2022 - C++
Trending repository
-
Updated
Jan 7, 2022 - JavaScript
Trending repository
-
Updated
Jan 15, 2022 - Solidity
Trending repository
-
Updated
Jan 14, 2022 - Shell
Trending repository
-
Updated
Jan 14, 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