Skip to content

🐱 Webapp for admin.tsq.me based on Angular v2

Notifications You must be signed in to change notification settings

ShubhamSachania/web-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAdmin

Admin for https://tsq.me. By this webapp, you can manage all your media assets easily.

This project was generated with Angular CLI version 1.0.0-beta.32.3.

Files

web-admin
    |-- src
        |-- app
            |-- auth 
                |-- auth.css                        # css style for all auth component
                |-- forgotpassword.component.*      # component for forgotpassword 
                |-- resetpassword.component.*       # component for resetpassword
                |-- signin.component.*              # component for signin 
                |-- signup.component.*              # component for signup 
            |-- dashboard   
                |-- amount.component.*              # component for media amount
                |-- dashboard.component.*           # component for dashboard
                |-- modelEditor.component.*         # component for assets edit
                |-- modelTable.component.*          # component for assets list
                |-- user.component.*                # component for user
            |-- guard
                |-- auth.guard.ts                   # protect all dashboard component
            |-- pipe    
                |-- filter.ts                       # pipe for filter table list
                |-- truncate.ts                     # pipe for truncate string
            |-- service
                |-- base64.service.ts               # tool for base64 password
                |-- model.repository.ts             # repo service for all model
                |-- rest.datasource.ts              # http service
            |-- app.component.ts                    # entry component
            |-- app.module.ts                       # bootstrap module
            |-- app-routing.module.ts               # router config
        |-- assets
        |-- environments
        |-- favicon.ico
        |-- index.html
        |-- main.ts
        |-- polyfills.ts 
        |-- styles.css 
        |-- tsconfig.json 
    |-- .angular-cli.json
    |-- .editorconfig
    |-- .gitignore
    |-- gulpfile.js                                 # add autofixer and replace assets prefixer to cdn link
    |-- package.json
    |-- README.md
    |-- tslint.json

NPM scripts

npm start               # for dev
npm run build           # for production

About

🐱 Webapp for admin.tsq.me based on Angular v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.0%
  • TypeScript 7.3%
  • HTML 5.6%
  • JavaScript 0.1%