Skip to content
View Walgermo's full-sized avatar
🫢
Working on the next thing …
🫢
Working on the next thing …
  • Sticos / Walgtech
  • Trondheim, Norway

Block or report Walgermo

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. Angular 6 - Globally set meta title ... Angular 6 - Globally set meta title in app on route change
    1
    import { Injectable } from '@angular/core';
    2
    import { Title } from '@angular/platform-browser';
    3
    import { Router, NavigationEnd, ActivatedRoute } from '@angular/router';
    4
    import { filter, map, mergeMap } from 'rxjs/operators';
    5
    
                  
  2. Angular 2+ truncate text pipe Angular 2+ truncate text pipe
    1
    import { Pipe, PipeTransform } from '@angular/core';
    2
    /*
    3
     * Truncates an text with defined cut off length
    4
     * Takes an input parameter string.
    5
     * Usage:
  3. Angular 2+ reading time pipe Angular 2+ reading time pipe
    1
    import { Pipe, PipeTransform } from '@angular/core';
    2
    /*
    3
     * Show total reading time for an text
    4
     * Takes an input parameter text.
    5
     * Usage:
  4. Angular 2+ safe content pipe Angular 2+ safe content pipe
    1
    import { Pipe, PipeTransform } from '@angular/core';
    2
    import {
    3
        DomSanitizer,
    4
        SafeHtml,
    5
        SafeStyle,
  5. Angular 2+ strip html pipe Angular 2+ strip html pipe
    1
    import { Pipe, PipeTransform } from '@angular/core';
    2
    /*
    3
     * Strips HTM
    4
     * Takes an input parameter HTML.
    5
     * Usage: