Navigation

    Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Tags
    3. typescript
    Log in to post
    • All categories
    • root

      How to fix $supabase does not exist on type in NUXTJS
      Front-End Development • nuxtjs vue vuejs typescript • • root

      3
      0
      Votes
      3
      Posts
      15
      Views

      root

      @nubelle Thanks man it works

    • Udith Indrakantha

      Generate Word Documents from Templates Easily Using Vue.JS with TypeScript
      Web Development • vuejs web development typescript angular docxtemplater • • Udith Indrakantha

      3
      1
      Votes
      3
      Posts
      264
      Views

      Nubelle

      Wow amazing

    • BuddhikaNelum

      Introduction to Nest.js — A Progressive node.js framework for backend.
      Back-End Development • api backend javascript nodejs typescript • • BuddhikaNelum

      9
      3
      Votes
      9
      Posts
      380
      Views

      BuddhikaNelum

      @root Thanks :)

    • oditha

      Typescrypt array help.
      Front-End Development • typescript angular • • oditha

      3
      0
      Votes
      3
      Posts
      198
      Views

      oditha

      @nb said in Typescrypt array help.:

      distance: Number } let steps: Array<Steps> = [ { startDate: '2020-10-21', endDate: '2020-10-22', steps: 101 }, { startDate: '2020-10-22', endDate: '2020-10-23', steps: 102 }, { startDate: '2020-10-24', endDate: '2020-10-25', steps: 103 } ]; let activity: Array<Distance> = [ { startDate: '2020-10-21', endDate: '2020-10-22', distance: 101 }, { startDate: '2020-10-22', endDate: '2020-10-23', distance: 102 }, { startDate: '2020-10-26', endDate: '2020-10-26', distance: 103 } ]; function join<L extends Record<string,any>, R extends Record<string,any>>(left: Array<L>, right: Array<R>, by: Array<string>) { const joined: Array<L&R> = []; for (let l of left) { const fromRight = right.find(r => by.every((curr) => (r[curr] == l[curr]), true)) if (fromRight === undefined) continue; joined.push({ ...fromRight, ...l}) } return joined; } console.log(join(steps, activity, ['startDate', 'endDate'])) /* [LOG]: [{ "startDate": "2020-10-21", "endDate": "2020-10-22", "distance": 101, "steps": 101 }, { "startDate": "2020-10-22", "endDate": "2020-10-23", "distance": 102, "steps": 102 }] */

      Thanx Brother. man try karala balannam meka

    • Grasshopper

      10 Web Development YouTube Channels You Probably Didn't Know About
      Back-End Development • java script typescript • • Grasshopper

      1
      1
      Votes
      1
      Posts
      120
      Views

      No one has replied

    • oditha

      IONIC HELP
      Hybrid App Development • ionic5 angular typescript • • oditha

      6
      0
      Votes
      6
      Posts
      188
      Views

      oditha

      @root Thanks bro :+1: :+1: