Skip to content

Instantly share code, notes, and snippets.

View geetika-kathuria's full-sized avatar

Geetika geetika-kathuria

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/