Skip to content
View ALEXOTANO's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report ALEXOTANO

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. a Input using Angular Material + Fon... a Input using Angular Material + Fontawsome with the visible not visible functionality clicking on the eye icon at the right
    1
    ##### View/Hide Password Input
    2
    
                  
    3
    Remember to change the passH variable to a diffrent one in each input you place in the dom within the same scope. Using the name/id + and H ( as in Hide xD ) is usally a good idea to avoid repeating.
    4
    
                  
    5
    
                  
  2. cfdi33 cfdi33 Public

    Forked from njmube/nodejs-cfdiv33

    Generacion de XML, para facturacion electronica 3.3 en Mexico

    XSLT 2 3

  3. kubernetes kubernetes Public

    Aplicacion de contenedores Docker - k8s

    HTML

  4. Executing next data Observable from ... Executing next data Observable from outide the Observable, Angular TypeScript
    1
    
                  
    2
    Declare it
    3
    ```javascript
    4
    private obs = new Subject<string>();
    5
    public _obs = this.obs.asObservable();
  5. The best way to deep clone an object... The best way to deep clone an object / array of objects in javasciprt
    1
    When an object has more objects inside, ```Object.Assign``` doesn't do the trick. 
    2
    
                  
    3
    The easist way to do it:
    4
    
                  
    5
    ```javascript
  6. amazon-sp-api amazon-sp-api Public

    Forked from amz-tools/amazon-sp-api

    Amazon SellingPartner API Client

    JavaScript