Skip to content
View usmanshaikh's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Capgemini
  • Navi Mumbai

Block or report usmanshaikh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
usmanshaikh/README.md

alt text

⚡ I <code> what's your superpower? ⚡

Pinned Loading

  1. 2Do 2Do Public

    MERN Project - 2Do App

    JavaScript

  2. Angular - Global Loader with JWT Ref... Angular - Global Loader with JWT Refresh Token functionality Interceptor.
    1
    import { Injectable } from '@angular/core';
    2
    import {
    3
      HttpResponse,
    4
      HttpRequest,
    5
      HttpHandler,
  3. React - Global Loader effect in Axio... React - Global Loader effect in Axios Interceptor for every API call with JWT Refresh Token functionality.
    1
    // Create AxiosInterceptor component & axiosInstance.
    2
    import { useEffect, useState } from "react";
    3
    import { useGlobalContext } from "../utils/hooks";
    4
    import { useNavigate } from "react-router-dom";
    5
    import axios from "axios";
  4. Angular - Global Modal with NGX-Boot... Angular - Global Modal with NGX-Bootstrap
    1
    <!-- Create Modal Component -->
    2
    <div class="common-success-modal-wrapper">
    3
      <div class="modal-header">
    4
        <button type="button" class="close" data-dismiss="modal" aria-label="Close" (click)="onClose()">
    5
          <span class="close-icon"></span>
  5. ToDO-App ToDO-App Public

    Angular ToDo App

    TypeScript

  6. Angular-Form Angular-Form Public

    Angular - Reactive & Template-driven forms

    TypeScript