Skip to content

Instantly share code, notes, and snippets.

View Reegan01's full-sized avatar
💻
working

Reegan R Reegan01

💻
working
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/