This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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(() => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| JavaScript ███████████████████░ | |
| HTML/CSS ███████████████████░ | |
| Angular ███████████████████░ | |
| SQL/NoSQL ██████████████░░░░░░ | |
| Flutter █████████████████░░░ | |
| Firebase █████████████████░░░ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "test": "hello world" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ------------------------------ | |
| // HOW TO USE | |
| // ------------------------------ | |
| // 0. Delete all (useless) labels | |
| // 1. Open the console | |
| // 2. Copy and paste code below | |
| // 3. Execute code | |
| // ------------------------------ | |
| function createLabel( label ) { |