kintela

Results 3 issues of kintela

Hi I'm trying to use the example code $geolocation.watchPosition({ timeout: 6000, maximumAge: 250, enableHighAccuracy: true }); $scope.myPosition = $geolocation.position; console.log($scope.myPosition.coords); But the $scope.myPosition have not the coords property. Any idea?...

Hi I have added it in my angular app "@angular/cdk": "^15.2.9", "@ncstate/sat-popover": "^10.3.2", And when I try ng serve I get this error Error: node_modules/@ncstate/sat-popover/popover/popover-hover.directive.d.ts:26:98 - error TS2344: Type '{...

Hi I have a component where I am going to embed several graphics ...` ... chartPorcentajeAdjudicadasColumns = ['Año', 'Presentadas', 'Adjudicadas']; chartHorasCostesOfertasColumns = ['Año', 'Horas', 'Costes']; options={ hAxis: { title: 'Años',...