hamzahamidi/todo-list

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
src/manifest.json
src/pages/auth/auth.html
src/pages/details/details.html
src/pages/home/home.html
src/pages/item-details/item-details.html
src/pages/item-details/item-details.scss
src/pages/modal/modal.html
src/pages/modal/modal.scss
src/pages/share-my-notes/share-my-notes.html
src/pages/share-my-notes/share-my-notes.scss
src/pages/shared-with-me/shared-with-me.html
src/pages/shared-with-me/shared-with-me.scss
src/theme/variables.scss
tsconfig.json
tslint.json
yarn.lock
src/service-worker.js17
src/app/app.component.ts65
src/app/app.module.ts25
src/app/main.ts3
src/core/auth.service.ts82
src/core/core.module.ts29
src/core/index.ts4
src/core/share-list.service.ts76
src/core/todo-list.service.ts59
src/models/custom-alert.ts14
src/models/index.ts4
src/models/modal-button.ts7
src/models/todo-list.ts22
src/models/user.ts11
src/pages/auth/auth.module.ts12
src/pages/auth/auth.ts31
src/pages/details/details.module.ts10
src/pages/details/details.ts78
src/pages/home/home.module.ts11
src/pages/home/home.ts142
src/pages/item-details/item-details.module.ts14
src/pages/item-details/item-details.ts104
src/pages/modal/modal.module.ts12
src/pages/modal/modal.ts21
src/pages/share-my-notes/share-my-notes.module.ts14
src/pages/share-my-notes/share-my-notes.ts75
src/pages/shared-with-me/shared-with-me.module.ts20
src/pages/shared-with-me/shared-with-me.ts91
src/pipes/date-created.ts15
src/pipes/finished.pipe.ts9
src/pipes/index.ts4
src/pipes/pipes.module.ts12
src/pipes/value.pipe.ts11
src/shared/alert.service.ts35