VSCode-Angular-TypeScript-Snippets icon indicating copy to clipboard operation
VSCode-Angular-TypeScript-Snippets copied to clipboard

Can we remove void?

Open cgatian opened this issue 4 years ago • 0 comments

Im getting sick of seeing void in ngOnInit. Can we remove it? I rarely seeing anyone using this syntax.

 ngOnInit(): void { }

cgatian avatar Mar 26 '20 12:03 cgatian