Skip to content
View bndF1's full-sized avatar
Block or Report

Block or report bndF1

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 Loading

  1. api-discounts-test api-discounts-test Public

    Discounts API project

    Java

  2. nba-api-poc nba-api-poc Public

    Nba-NG 🏀 (Angular + Nebular ⚡ RapidApi)

    TypeScript

  3. calculator-microservice calculator-microservice Public

    A simple microservice calculator 🚀

    Java 1

  4. nx-repas nx-repas Public

    Project for repas management

    TypeScript

  5. Angular content projection example. ... Angular content projection example. This is the component where we're going to project the content (service-bar-status.component.ts). We also can define dumb components to allow the content to be projectected.
    1
    <service-bar-status [service]="service" [routes]="{returnBackURL: returnBackURL, cancelRouteURL: cancelRoute}">
    2
        <cancel-label>
    3
            <!-- Will be projecten at <ng-content select="cancel-label"></ng-content> -->
    4
            <span jhiTranslate="services.cancel"></span>
    5
        </cancel-label>