ouzdev / AngularSocialLogin

Jwt & Social Login App πŸŽ‰ Angular 12 Frontend Project πŸš€

Home Page:https://serene-tooling-321516.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Social Login Front-End Project

Angular & .Net Core JWT & Social Login App


πŸ“¦ Angular Social Login Front-End Project Tree Structure
β”œβ”€ src
β”‚  β”œβ”€ app
β”‚  β”‚  β”œβ”€ app-routing.module.ts
β”‚  β”‚  β”œβ”€ app.component.css
β”‚  β”‚  β”œβ”€ app.component.html
β”‚  β”‚  β”œβ”€ app.component.spec.ts
β”‚  β”‚  β”œβ”€ app.component.ts
β”‚  β”‚  β”œβ”€ app.module.ts
β”‚  β”‚  β”œβ”€ auth.service.spec.ts
β”‚  β”‚  β”œβ”€ components
β”‚  β”‚  β”‚  β”œβ”€ hero-detail
β”‚  β”‚  β”‚  β”‚  β”œβ”€ hero-detail.component.css
β”‚  β”‚  β”‚  β”‚  β”œβ”€ hero-detail.component.html
β”‚  β”‚  β”‚  β”‚  β””─ hero-detail.component.ts
β”‚  β”‚  β”‚  β”œβ”€ login
β”‚  β”‚  β”‚  β”‚  β”œβ”€ login.component.css
β”‚  β”‚  β”‚  β”‚  β”œβ”€ login.component.html
β”‚  β”‚  β”‚  β”‚  β””─ login.component.ts
β”‚  β”‚  β”‚  β””─ register
β”‚  β”‚  β”‚     β”œβ”€ register.component.css
β”‚  β”‚  β”‚     β”œβ”€ register.component.html
β”‚  β”‚  β”‚     β””─ register.component.ts
β”‚  β”‚  β”œβ”€ guards
β”‚  β”‚  β”‚  β””─ authorize-guard.service.ts
β”‚  β”‚  β”œβ”€ interceptors
β”‚  β”‚  β”‚  β””─ auth-interceptor.service.ts
β”‚  β”‚  β”œβ”€ models
β”‚  β”‚  β”‚  β”œβ”€ authenticateRequest.ts
β”‚  β”‚  β”‚  β”œβ”€ listResponseModel.ts
β”‚  β”‚  β”‚  β”œβ”€ registerUser.ts
β”‚  β”‚  β”‚  β”œβ”€ responseModel.ts
β”‚  β”‚  β”‚  β”œβ”€ singleResponseModel.ts
β”‚  β”‚  β”‚  β”œβ”€ tokenModel.ts
β”‚  β”‚  β”‚  β”œβ”€ tokenResponseModel.ts
β”‚  β”‚  β”‚  β”œβ”€ user.ts
β”‚  β”‚  β”‚  β””─ userResponseModel.ts
β”‚  β”‚  β””─ services
β”‚  β”‚     β”œβ”€ auth.service.ts
β”‚  β”‚     β”œβ”€ match-password.validator.ts
β”‚  β”‚     β”œβ”€ user-exists.service.ts
β”‚  β”‚     β””─ user.service.ts
β”‚  β”œβ”€ assets
β”‚  β”‚  β”œβ”€ .gitkeep
β”‚  β”‚  β”œβ”€ fonts
β”‚  β”‚  β”‚  β”œβ”€ Linearicons-Free-v1.0.0
β”‚  β”‚  β”‚  β”‚  β”œβ”€ WebFont
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ Linearicons-Free.eot
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ Linearicons-Free.svg
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ Linearicons-Free.ttf
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ Linearicons-Free.woff
β”‚  β”‚  β”‚  β”‚  β”‚  β””─ Linearicons-Free.woff2
β”‚  β”‚  β”‚  β”‚  β””─ icon-font.min.css
β”‚  β”‚  β”‚  β”œβ”€ font-awesome-4.7.0
β”‚  β”‚  β”‚  β”‚  β”œβ”€ HELP-US-OUT.txt
β”‚  β”‚  β”‚  β”‚  β”œβ”€ css
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ font-awesome.css
β”‚  β”‚  β”‚  β”‚  β”‚  β””─ font-awesome.min.css
β”‚  β”‚  β”‚  β”‚  β”œβ”€ fonts
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ FontAwesome.otf
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ fontawesome-webfont.eot
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ fontawesome-webfont.svg
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ fontawesome-webfont.ttf
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ fontawesome-webfont.woff
β”‚  β”‚  β”‚  β”‚  β”‚  β””─ fontawesome-webfont.woff2
β”‚  β”‚  β”‚  β”‚  β”œβ”€ less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ animated.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ bordered-pulled.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ core.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ fixed-width.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ font-awesome.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ icons.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ larger.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ list.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ mixins.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ path.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ rotated-flipped.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ screen-reader.less
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ stacked.less
β”‚  β”‚  β”‚  β”‚  β”‚  β””─ variables.less
β”‚  β”‚  β”‚  β”‚  β””─ scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _animated.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _bordered-pulled.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _core.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _fixed-width.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _icons.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _larger.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _list.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _mixins.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _path.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _rotated-flipped.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _screen-reader.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _stacked.scss
β”‚  β”‚  β”‚  β”‚     β”œβ”€ _variables.scss
β”‚  β”‚  β”‚  β”‚     β””─ font-awesome.scss
β”‚  β”‚  β”‚  β”œβ”€ montserrat
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Black.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-BlackItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Bold.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-BoldItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-ExtraBold.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-ExtraBoldItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-ExtraLight.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-ExtraLightItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Italic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Light.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-LightItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Medium.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-MediumItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Regular.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-SemiBold.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-SemiBoldItalic.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-Thin.ttf
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Montserrat-ThinItalic.ttf
β”‚  β”‚  β”‚  β”‚  β””─ OFL.txt
β”‚  β”‚  β”‚  β””─ poppins
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Black.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-BlackItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Bold.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-BoldItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-ExtraBold.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-ExtraBoldItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-ExtraLight.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-ExtraLightItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Italic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Light.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-LightItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Medium.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-MediumItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Regular.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-SemiBold.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-SemiBoldItalic.ttf
β”‚  β”‚  β”‚     β”œβ”€ Poppins-Thin.ttf
β”‚  β”‚  β”‚     β””─ Poppins-ThinItalic.ttf
β”‚  β”‚  β”œβ”€ images
β”‚  β”‚  β”‚  β”œβ”€ bg-01.png
β”‚  β”‚  β”‚  β””─ icons
β”‚  β”‚  β”‚     β””─ favicon.ico
β”‚  β”‚  β””─ js
β”‚  β”‚     β”œβ”€ jquery-3.2.1.min.js
β”‚  β”‚     β””─ main.js
β”‚  β”œβ”€ environments
β”‚  β”‚  β”œβ”€ environment.prod.ts
β”‚  β”‚  β””─ environment.ts
β”‚  β”œβ”€ favicon.ico
β”‚  β”œβ”€ index.html
β”‚  β”œβ”€ main.ts
β”‚  β”œβ”€ polyfills.ts
β”‚  β”œβ”€ styles.css
β”‚  β””─ test.ts
β”œβ”€ tsconfig.app.json
β”œβ”€ tsconfig.json
└─ tsconfig.spec.json

About

Jwt & Social Login App πŸŽ‰ Angular 12 Frontend Project πŸš€

https://serene-tooling-321516.web.app


Languages

Language:CSS 49.6%Language:SCSS 19.4%Language:Less 19.1%Language:TypeScript 6.9%Language:HTML 4.7%Language:JavaScript 0.4%