refactor(architecture): reorganization of app architecture
I've simplify and optimized the structure, all components about the users are migrated to users repository. Aside local.service.ts each services are migrated to their component folder. Guards are renamed by more meaningful name. To finish login and register components folder are migrated to auth repository.