Skip to content

Instantly share code, notes, and snippets.

import {catchError, map} from 'rxjs/operators';
import {Inject, Injectable} from '@angular/core';
import {HttpClient, HttpErrorResponse} from '@angular/common/http';
import {Observable} from 'rxjs/internal/Observable';
import {environment} from '../../../environments/environment';
import {User} from '../user/user';
import {Model} from '../abstract/model';
import {zip} from 'rxjs';
.icon {
height: 95px;
&.web {
width: 90px;
background-position: 0px -2186px;
}
&:hover {
animation: animatedBackground 0.8s steps(23, end) 1;