8000 iffa (Santeri Elo) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View iffa's full-sized avatar
☀️
Sun is shining and so are you
☀️
Sun is shining and so are you

Organizations

@mellowsoft

Block or report iffa

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 8000 abuse.

Report abuse
iffa/README.md

Hi, my name is Santeri 👋

Pinned Loading

  1. akm-remix akm-remix Public

    Find affordable games and downloadable content from dozens of stores with zero hassle.

    TypeScript

  2. ngx-material-spinner ngx-material-spinner Public

    Forked from Napster2210/ngx-spinner

    Lightweight progress spinner module for Angular, built using Angular Material. 💫

    TypeScript 2

  3. citybike-turku-android citybike-turku-android Public

    Android app for viewing availability of Föli city bikes (Fölläri) in Turku. 🚴‍♀️

    Kotlin 3

  4. Custom scroll position restoration l... Custom scroll position restoration logic for Angular 2+, that doesn't consider query parameter changes in route as forward navigation, thus preventing certain scenarios where you don't want query parameter changes to scroll-to-top as they would with 'scrollPositionRestoration: enabled'.
    1
    export class AppModule {
    2
      constructor(private router: Router, private viewportScroller: ViewportScroller) {
    3
        // Disable automatic scroll restoration to avoid race conditions
    4
        this.viewportScroller.setHistoryScrollRestoration('manual');
    5
        
0