Skip to content

Instantly share code, notes, and snippets.

View pvamshi's full-sized avatar

Vamshi Krishna pvamshi

View GitHub Profile
@pvamshi
pvamshi / Countries.json
Last active October 22, 2024 19:10 — forked from mapsam/README.md
D3: Queue.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pvamshi
pvamshi / app.module.ts
Created January 3, 2019 05:59 — forked from mrister/app.module.ts
Global UI error handler
import {BrowserModule} from '@angular/platform-browser';
import {ErrorHandler, NgModule, Injectable} from '@angular/core';
import {AppComponent} from './app.component';
@Injectable()
class UIErrorHandler extends ErrorHandler {
constructor() {
super();
}
handleError(error) {