Skip to content

Instantly share code, notes, and snippets.

@jonlabelle
jonlabelle / docker_compose_cheatsheet.md
Last active July 17, 2024 14:11
Docker Compose Cheatsheet
@EKliptus
EKliptus / AngularLoadingSpinnerTesting.md
Last active August 7, 2020 16:39
My personnal way of testing the Angular app loading spinner

My personnal way of testing the Angular app loading spinner

In main.ts Replace the block :

platformBrowserDynamic().bootstrapModule(AppModule)
  .catch(err => console.error(err));

by :