Skip to content
View AnkitaSinghal's full-sized avatar
🎯
Learning
🎯
Learning
  • Berlin, Germany (from India)
Block or Report

Block or report AnkitaSinghal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. scullyio/scully scullyio/scully Public

    The Static Site Generator for Angular apps

    TypeScript 2.6k 258

  2. ng-girls/todo-list-tutorial ng-girls/todo-list-tutorial Public

    Forked from deebugger/todo-list-tutorial

    Build your own todo-list app with Angular - tutorial for beginners

    TypeScript 63 114

  3. Fork Join best practice Fork Join best practice
    1
    // Fork join - subscribe to several parallel observables, wait for all to complete and do something with the result
    2
    // https://medium.com/better-programming/rxjs-forkjoin-never-use-array-indexes-in-subscribe-1f4005582ae8 
    3
    forkJoin(
    4
      this.http.get('some/api/welcomeMessage'),
    5
      language$,
  4. DonutsApi DonutsApi Public

    Forked from aaronfrost/DonutsApi

    This is a project that uses puppeteer to scrape Krispy Kreme's website to get donut info.

    TypeScript 1

  5. DonutStore DonutStore Public

    Forked from aaronfrost/DonutStore

    This is an Angular app that uses Scully and the DonutAPI to pre-render an Angular Jamstack site. This project is intended to be used as a teaching tool for Jamstack projects.

    TypeScript 1

  6. sample-programs sample-programs Public

    Forked from TheRenegadeCoder/sample-programs

    Sample Programs in Every Programming Language

    Python 1