Ankit Kumar Pandey

Results 2 issues of Ankit Kumar Pandey

While accessing via address bar APIs( https://api.mapbox.com/geocoding/v5/mapbox.places/..., https://api.darksky.net/forecast/....) working fine. > While using web-server project code then in request({ url, json: true }, (error, { body} = {}) => {.........

JS- HttpServiceCall.getTestimonialList().then(function(data){ if (data.success == true) { $scope.arrTestimonials = data.data; $scope.isTestimonialsLoded = true; $scope.slickConfig = { arrows: true, dots: false, infinite: true, autoplay: true, autoplaySpeed: 3500, speed: 1500, slidesToShow: 1,...