Skip to content

Instantly share code, notes, and snippets.

View valeriopisapia's full-sized avatar
🏠
Working from home

Valerio valeriopisapia

🏠
Working from home
View GitHub Profile
app/
|- app.module.ts
|- app-routing.module.ts
|- core/
|- auth/
|- auth.module.ts (optional since Angular 6)
|- auth.service.ts
|- index.ts
|- othermoduleofglobalservice/
|- ui/
@valeriopisapia
valeriopisapia / 0_reuse_code.js
Created November 13, 2013 14:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console