Skip to content

Instantly share code, notes, and snippets.

View saiganov's full-sized avatar
😺

Vasilii Saiganov saiganov

😺
  • Belgrade, Serbia
View GitHub Profile
@saiganov
saiganov / index.html
Last active July 5, 2020 07:25
records
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dumber Gist</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<base href="/">
</head>
<!--
Dumber gist uses dumber bundler, the default bundle file
import { singleton } from 'aurelia-dependency-injection'
import {HttpClient} from "aurelia-fetch-client";
import * as environment from './../../../config/environment.json';
import {LocalStorageService} from "../../common/local-storage.service";
@singleton()
export class ConfiguredHttpClient {
private readonly _instance: HttpClient;
private readonly _localStorage: LocalStorageService;