Skip to content

Instantly share code, notes, and snippets.

View ruizalexandre's full-sized avatar
🚀
Working hard

Alexandre ruizalexandre

🚀
Working hard
View GitHub Profile
import { HttpClient } from "@angular/common/http";
import { TestBed } from "@angular/core/testing";
import { of } from "rxjs";
import { TranslocoHttpLoader } from "./transloco.root.service";
describe(TranslocoHttpLoader.name, () => {
let httpClientSpy: jasmine.SpyObj<HttpClient>;
let translocoHttpLoader: TranslocoHttpLoader;
beforeEach(() => {
JavaScript ███████████████████░
HTML/CSS ███████████████████░
Angular ███████████████████░
SQL/NoSQL ██████████████░░░░░░
Flutter █████████████████░░░
Firebase █████████████████░░░
@ruizalexandre
ruizalexandre / test.json
Last active January 20, 2022 10:39
test.json
{
"test": "hello world"
}
@ruizalexandre
ruizalexandre / import_github_labels.js
Last active September 7, 2022 09:01
Automatic Github Labels
// ------------------------------
// HOW TO USE
// ------------------------------
// 0. Delete all (useless) labels
// 1. Open the console
// 2. Copy and paste code below
// 3. Execute code
// ------------------------------
function createLabel( label ) {