Posts by leocampra • 1 point
2 posts
-
0
votes1
answer3133
viewsQ: Typescript Error Property 'name' does not exist on type 'Object'
I am trying to make an appointment in the backend and with the result save in a localstorage. I am using Angular5. valor:any; validar(){ this.storage.get('refresh').then(val => {…
-
0
votes0
answers524
viewsQ: Angular error-devkit/build-angular
I have in package.json "scripts": { "ng": "ng", "start": "ng serve", "lint": "tslint \"src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project…