Skip to content
View marselbeqiri's full-sized avatar
🎯
Focusing
🎯
Focusing
  • TIrana, Albania
Block or Report

Block or report marselbeqiri

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. Custom Mat Select Search Custom Mat Select Search
    1
    import {Component, EventEmitter, Injector, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';
    2
    import {FormControl, NG_VALUE_ACCESSOR} from "@angular/forms";
    3
    import {FormControlValueAccessorConnector} from "../utils/form-control-value-accessor-connector.component";
    4
    import {debounceTime, Observable, of, startWith} from "rxjs";
    5
    
                  
  2. How to implement ControlValueAccesso... How to implement ControlValueAccessor on reusable form component
    1
    import {ControlContainer, ControlValueAccessor, FormControl, FormControlDirective} from '@angular/forms';
    2
    import {Component, Injector, Input, ViewChild} from '@angular/core';
    3
    
                  
    4
    @Component({
    5
      template: ''
  3. pdf-generator pdf-generator Public

    Simple pdf generator powered by reportlab library.

    Python 1

  4. vendor vendor Public

    Vending Machine API

    Python

  5. goes-funky/tap-hubspot goes-funky/tap-hubspot Public

    Forked from singer-io/tap-hubspot

    Python

  6. publishing_platform publishing_platform Public

    Publishing Platform built on Event Sourcing and CQRS. Django Starter Boilerplate.

    Python