Skip to content

Instantly share code, notes, and snippets.

<!--
@File Name : demo.html
@Description :
@Author : A Singh
@Group :
@Last Modified By : Amit Singh
@Last Modified On : 12-29-2021
@Modification Log :
Ver Date Author Modification
1.0 6/7/2020 A Singh Initial Version
@brettwold
brettwold / http-auth-interceptor.ts
Last active January 11, 2018 12:54
Angular2 Http Interceptor to be used with accessing authenticated APIs
import { Http, Request, RequestOptions, RequestOptionsArgs, Response, ConnectionBackend, Headers } from "@angular/http";
import { Observable } from "rxjs/Observable";
import "rxjs/add/observable/fromPromise";
import "rxjs/add/operator/mergeMap";
export interface InterceptorConfigOptional {
headerName?: string;
headerPrefix?: string;
noTokenError?: boolean;
}
@royshouvik
royshouvik / Full Stack JavaScript.md
Last active July 6, 2023 13:55
Learn Full Stack JavaScript Web Development for FREE using resources like YouTube, Udacity and NodeSchool
@ronnieftw
ronnieftw / Links and resources for interviews .md
Last active January 24, 2024 19:27
Links and resources for interviews
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active September 25, 2025 20:45
A badass list of frontend development resources I collected over time.