• Introduction
  • Welcome
  • Introduction
  • Licenses
  • Getting Started
  • Installation
  • Editor Setup
  • Folder Structure
  • Angular Structure
  • Starter Kit
  • INTEGRATIONS
  • Firebase Setup
  • Fake Backend Setup
  • Customization
  • Theme
  • Color
  • Sidebar & Topbar
  • Plugins
  • Layouts Settings
  • Vertical
  • Horizontal
  • Settings
  • Mode Setting
  • RTL Version
  • Components
  • TailwindCSS
  • Icons
  • Others
  • Sources & Credits
  • Changelog
  • Support
No Search Results

Folder Structure

  • Admin
  • plugins //Extending Tailwind with reusable third-party plugins
    src
    • app
      • account // include all auth files
      • Component // include custom component files
      • core // include all service, guards, helper files
      • data // include all json data
      • extrapages
      • landing // include landing page
      • layouts // include Layout Setup
      • pages // include all pages
      • shared // include all common files
      • store // include all store (redux) files.
      • app.component.html
        app.component.scss
        app.component.spec.ts
        app.component.ts
        app.config.server.ts
        app.config.ts
        app.routes.ts
        authUtils.ts
        global-component.ts
        layout.ts
      assets
      • fonts
      • i18n
      • images
      • scss
      environments
      favicon.ico
      index.html
      main.server.ts
      main.ts
      styles.scss
    .editorconfig
    .gitignore
    angular.json
    package.json
    package-lock.json
    README.md
    server.ts
    tailwind.config.js
    tsconfig.app.json
    tsconfig.json
    tsconfig.spec.json
v1.0.0
  • Demos
  • Changelog
  • Support