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

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

Report abuse
iffa/README.md

Hi, my name is Santeri πŸ‘‹

Pinned

  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