Qerza - Job Portal Angular Admin Dashboard

Qerza - Job Portal Angular Admin Dashboard

Qerza

Qerza - Job Portal Angular Admin Dashboard

This documentation is last updated on 27 August 2024.

Thank you for purchasing this Angular template.

If you like this template, Please support us by rating this template with 5 stars


Getting started -

Before you begin, make sure you have Node and an npm package manager. installed on your computer.

Download node nodejs.org.

Check your node version, run node -v


Angular Setup -

Open terminal and run npm install -g @angular/cli

Angular CLI Doc: https://cli.angular.io

Serve and build

Use terminal and navigate to project root.Then run npm install

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build for Production

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.


Folder Structure -

  • src
    • assets
    • app
      • _services
      • Components
        • bootstrap
          • accordion
          • alert
          • badge
          • button
          • button-group
          • cards
          • carousel
          • dropdown
          • grid
          • list-group
          • media-object
          • model
          • pagination
          • popover
          • progressbar
          • table
          • tabs
          • typography
        • material
          • dzmt-autocomplete
          • dzmt-badge
          • dzmt-bottom-sheet
          • dzmt-button
          • dzmt-button-toggle
          • dzmt-card
          • dzmt-checkbox
          • dzmt-chips
          • dzmt-datepicker
          • dzmt-dialog
          • dzmt-divider
          • dzmt-expansion
          • dzmt-form-field
          • dzmt-grid-list
          • dzmt-icon
          • dzmt-input
          • dzmt-list
          • dzmt-menu
          • dzmt-paginator
          • dzmt-progress-bar
          • dzmt-progress-spinner
          • dzmt-radio
          • dzmt-ripple
          • dzmt-select
          • dzmt-sidenav
          • dzmt-slider
          • dzmt-slide-toggle
          • dzmt-snack-bar
          • dzmt-sort
          • dzmt-stepper
          • dzmt-table
          • dzmt-tabs
          • dzmt-toolbar
          • dzmt-tooltip
          • dzmt-tree
      • elements
        • admin-layout
        • breadcrumb
        • chart-config
        • chatbox
        • dropdown
        • footer
        • header
        • nav-header
        • pagination
        • sidebar
        • short-cods
        • widget
      • Pages
        • dashboard
        • application
        • companies
        • profile
        • search-job
        • statistics
        • project
        • account-pages
          • account-activity
          • account-api-keys
          • account-billing
          • . . .
        • aikit
          • auto-writer
          • chatbot
          • fine-tune-models
          • . . .
        • apps
          • app-profile
          • email
            • compose
            • inbox
            • read
          • post-details
          • calender
          • shop
            • checkout
            • ecom-customers
            • invoice
            • order
            • product-detail
            • product-grid
            • product-list
        • authentication
          • forgot-password
          • lock-screen
          • login
          • register
        • profile-pages
          • profile-activity
          • profile-campaigns
          • profile-documents
          • . . .
        • CMS
          • blog
          • blog-add
          • blog-category
          • content
          • content-add
          • email-add
          • email-template
          • menus
        • error
          • empty
          • error400
          • error403
          • error404
          • error500
          • error503
        • forms
          • editor
          • elements
          • picker
          • form-validate
        • widget
          • wg-card
          • wg-chart
          • wg-list
      • Plugins
        • sweet alert
        • toastr
        • light-gallery
        • select2
        • charts
          • apex
            • area
            • line
            • column chart
            • bar
            • mixed
            • temeline
            • candlestick
            • pie/ donuts
            • radar
            • radialbar / circle
            • polar
            • bubble
            • scatter
            • heatmap
            • sparklines
          • chart-js
            • general charts
            • animation charts
            • area
            • bar
            • bubble
            • line

  • angular.json

    Used for configuration of project specific settings. You can add external styles and scripts, change the output folder, add assets, add environment files and more.

  • node_modules

    All external modules used are here. Do not mess with this folder, as it is auto-generated by using npm install.

  • package.json

    Contains all dependencies used for production and development.

  • src

    Contains all Angular Typescript code, assets and basically everything the end user will have access to.

  • tsconfig.json

    TypeScript compiler configuration.


Theme Features -

src/index.html


<body 
data-typography="poppins"
data-theme-version="light"
data-layout="vertical"
data-nav-headerbg="color_1"
data-headerbg="color_1"
data-sidebar-style="full"
data-sibebarbg="color_1"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="wide"
direction="ltr"
data-primary="color_1"
>
                

RTL


<html dir="rtl" class="rtl" lang="en">

<body 
data-typography="poppins"
data-theme-version="light"
data-layout="vertical"
data-nav-headerbg="color_1"
data-headerbg="color_1"
data-sidebar-style="full"
data-sibebarbg="color_1"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="wide"
direction="rtl"
data-primary="color_1"
>
                

Color Theme -

So many color option available

  • color_1
  • color_2
  • color_3
  • color_4
  • color_5
  • color_6
  • color_7
  • color_8
  • color_9
  • color_10
  • color_11
  • color_12
  • color_13
  • color_14
  • color_15
<body 
data-typography="poppins" data-theme-version="light" data-layout="vertical" data-nav-headerbg="color_1" data-headerbg="color_1" data-sidebar-style="full"
data-sibebarbg="color_1" data-sidebar-position="fixed" data-header-position="fixed" data-container="wide" direction="ltr" data-primary="color_1">


data-typography: "poppins",  		More Options => ["poppins" , "roboto" , "Open Sans" , "Helventivca" ]
data-theme-version: "light",       	More Options => ["light" , "dark"]
data-layout: "horizontal",   		More Options => ["horizontal" , "vertical"]
data-primary: "color_11",		More Options => ["color_1," , "color_2," ..... "color_15"]
data-headerBg: "color_1",		More Options => ["color_1," , "color_2," ..... "color_15"]
data-nav-headerbg: "color_1",		More Options => ["color_1," , "color_2," ..... "color_15"]
data-sibebarbg: "color_11",		More Options => ["color_1," , "color_2," ..... "color_15"]
data-sidebar-style: "compact",		More Options => ["full" , "mini" , "compact" , "modern" , "overlay" , "icon-hover"]
data-sidebar-position: "static",	More Options => ["static" , "fixed"]
data-header-position: "fixed",		More Options => ["static" , "fixed"]
data-container: "full",		        More Options => ["full" , "wide" , "wide-box"]
direction: direction		    	More Options => ["ltr" , "rtl"]


<body 
data-typography="poppins"
data-theme-version="light"
data-layout="vertical"
data-nav-headerbg="color_13"
data-headerbg="color_1"
data-sidebar-style="full"
data-sibebarbg="color_13"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_8"
>

<body
data-typography="poppins"
data-theme-version="light"
data-layout="vertical"
data-nav-headerbg="color_15"
data-headerbg="color_1"
data-sidebar-style="full"
data-sibebarbg="color_1"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_15"
>

<body
data-typography="poppins"
data-theme-version="light"
data-layout="vertical"
data-nav-headerbg="color_1"
data-headerbg="color_1"
data-sidebar-style="compact"
data-sibebarbg="color_1"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_1"
>

<body
data-typography="poppins"
data-theme-version="light"
data-layout="vertical"
data-nav-headerbg="color_1"
data-headerbg="color_5"
data-sidebar-style="compact"
data-sibebarbg="color_1"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_5"
>

<body
data-typography="poppins"
data-theme-version="dark"
data-layout="vertical"
data-nav-headerbg="color_8"
data-headerbg="color_1"
data-sidebar-style="full"
data-sibebarbg="color_8"
data-sidebar-position="fixed"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_8"
>

<body
data-typography="poppins"
data-theme-version="light"
data-layout="horizontal"
data-nav-headerbg="color_4"
data-headerbg="color_1"
data-sidebar-style="full"
data-sibebarbg="color_1"
data-sidebar-position="static"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_4"
>

<body
data-typography="poppins"
data-theme-version="light"
data-layout="horizontal"
data-nav-headerbg="color_1"
data-headerbg="color_1"
data-sidebar-style="modern"
data-sibebarbg="color_11"
data-sidebar-position="static"
data-header-position="fixed"
data-container="full"
direction="ltr"
data-primary="color_11"
>

<body
data-typography="poppins"
data-theme-version="light"
data-layout="horizontal"
data-nav-headerbg="color_1"
data-headerbg="color_1"
data-sidebar-style="mini"
data-sibebarbg="color_1"
data-sidebar-position="static"
data-header-position="fixed"
data-container="wide-boxed"
direction="ltr"
data-primary="color_1"
>


Features -

  • Admin Routing

  • Lightbox

  • Charts

  • Carousel

  • Shop Pages

  • Email Pages

  • Event Calender

  • Bootstrap Components

  • Material Components

  • Form Elements

  • Authentication Pages

  • AI Kit Pages

  • Account Pages

  • Profile Pages


Css Files -

These all file import in styles.css

  • style.css

    Main Style CSS file is globally used

  • deeppurple-amber.css

    Material Css

  • bootstrap.min.css

    Bootstrap Css

  • perfect-scrollbar.css

    Perfect Scrollbar Css

  • lightbox.css

    Lightbox Css

  • metismenujs.css

    Matismenu css

  • owl.carousel.css

    Custom Css for owl carousel

  • dashboard.css

    Custom Css for template


Do You Need Help To Customization

After Purchase A Template...

You Will Start Customizing According Your Requirement
BUT What If You Don't Know

SOLUTION IS HIRE DexignZone

Hire Same Team For Quality Customization

  • We Will Customize Template According To Your Requirement
  • We Will Upload On Server And Make Sure Your Website is Live

Version History - #back to top

v1.3 - 27 August 2024

  • Added
    1. Included CMS page for Content management system.
    2. Included New Account pages for account management system.
    3. AI kit New Pages Added.
    4. Included New Profile pages.
  • Update
    1. Updated Angular in latest v18.1.0 for better features and performance.
    2. ng Bootstrap Advanced interactive Components updates
    3. Updated Angular Material in latest v18.1.4 for better features and performance.
    4. Updated Bootstrap 5 in latest v5.3.1 for better features and performance.
    5. Apex Chart Advanced interactive chart with real-time updates
    6. Light Gallery Enhanced performance, customizable features for a superior user experience.
    7. SweetAlert2 for Attractive and customizable pop-up alerts
    8. Full Calendar updated for improved responsiveness and performance enhancements.
  • Design Update
    1. Email page now features a left sidebar for mobile size.
    2. WebSite sidebar updated.
  • Bug Fixed
    1. Design issues resolved for consistent, polished visuals.
    2. Addressed Firefox scrolling for smoother browsing experience.

v1.2 - 23 September 2021

  • Updated in angular 12
  • Add light and dark version
  • Add RTL Support
  • Add Multi color theme management
  • Add Horizontal & Vertical Layout
  • Add different sidebar menu full, mini, compact, modern
  • Add Boxed layout

v1.0 - 29 May 2021

  • New - Created & Upload Qerza