Ajay Kumar Jaiswal

Results 6 issues of Ajay Kumar Jaiswal

I'm upgrading angular js from 1.5 to 1.8.2. to upgrade we have to upgrade angular-ui-router. while upgrading this following error is thrown angular-ui-router.js?compile=false:7302 Transition Rejection($id: 0 type: 6, message: The...

Transition Rejection($id: 0 type: 6, message: The transition errored, detail: TypeError: this.parent.parameters is not a function) ![image](https://user-images.githubusercontent.com/8745632/147667318-5fbffa5c-7385-4d0a-a9a8-067ed01cf735.png) here we are using $stateProvider .state('mobile-login', { url : "/mobile-login", templateUrl : "assets/myorg/mobile/login/login.html",...

I'm using angular-google-chart version 0.0.11 even i tried with 0.1.0 version it always failed at `window.google.load('visualization', apiConfig.version, settings);` When I debug it, I found window.google is undefined I also tried...

always getting error C:\Users\ajay\Downloads\simple-chat-app-master\simple-chat-app-master> npm run dev > @ dev C:\Users\ajay\Downloads\simple-chat-app-master\simple-chat-app-master > nodemon --watch './src/**/*.ts' --exec 'ts-node' ./src/index.ts [nodemon] 1.19.4 [nodemon] to restart at any time, enter `rs` [nodemon] watching...

I have to test h2 request by passing through nghttp2 proxy server But it requires ALPN support from proxy server. And could you please provide a way to run as...

I want to achieve minimap functionality how can I achieve in react-d3-tree? ``` import React, { useRef, useState } from 'react'; import { Box } from '@mui/material'; import { Tree...