Skip to content

Simple project showing some skills in angular like: Sign In - Sign Up - Update User - Delete User, etc

Notifications You must be signed in to change notification settings

JoanVasquez/Angular-usermanagment

Repository files navigation

A simple angular app

In this source code I will show you how to implement some Angular 2+ functionalities like Authentication, Router, Service, and others. Whether this project helped you, please donate for a coffee. Thanks.

paypal

Instruction

Remember to make npm i or npm install in the root of the app to install the modules.

Structure

  • .angular-cli.json
  • src
    • assets
      • images
    • index.html style.css
    • app
      • alert
        • alert.component
      • crud
        • crud.ts
      • home
        • home.component
      • modal
        • modal.component
      • shared
        • alert.service.ts
        • auth-guard.service.ts
        • filter.pipe.ts
        • router.ts
        • user.service.ts
      • user-cards
        • user-cards.component
      • user-delete
        • user-delete.component
      • user*edit
        • user-edit.component
      • user-signin-form
        • user-signin-form.component
      • user-signup-form
        • user-signup-form.component
      • app.component
      • app.module

Info

In this project we're using Angular Cli. Angular cli is a great for creating angular app.

Demonstration

Angular App

Angular App

Angular App

Angular App

Angular App

Angular App

About

Simple project showing some skills in angular like: Sign In - Sign Up - Update User - Delete User, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published