Skip to content
View raberana's full-sized avatar
🏠
I make awesome shapes out of a sandwich by biting it
🏠
I make awesome shapes out of a sandwich by biting it
Block or Report

Block or report raberana

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. Beautiful Aurora Footer Lights Beautiful Aurora Footer Lights
    1
    Aurora Footer Lights
    2
    ------------------------------
    3
    Aurora lights display for footer.
  2. Pre-loading user-specific routes in ... Pre-loading user-specific routes in Angular: GIST App initializer
    1
    export function onAppInit(injector: Injector): () => Promise<any> {
    2
      return (): Promise<any> => {
    3
        return new Promise((resolve, reject) => {
    4
          let router = injector.get(Router);
    5