Documentation

Ctrl+K

File Structure

Here is the general file structure of the template:

  • src
    • app
      • components
        • hope-ui
          • elements
          • horizontal-list
          • loader
          • navbar
          • pages
            • design-system
          • partial
          • widgets
        • landing-pages
          • partial
          • widgets
        • modules
          • appointment
            • partial
            • widgets
          • blog
            • same as appointment
          • chat
            • same as appointment
          • e-commerce
            • same as appointment
          • file-manager
            • same as appointment
          • mail
            • same as appointment
          • social-app
            • same as appointment
      • layouts
      • model
      • modules
        • appointment
          • layout-index
          • views
        • blog
          • same as appointment
        • chat
          • same as appointment
        • e-commerce
          • same as appointment
        • file-manager
          • same as appointment
        • mail
          • same as appointment
        • social-app
          • same as appointment
      • store
        • setting
      • utilities
      • views
    • assets
      • images
      • js
      • landing-modules
        • images
        • scss
      • modules
      • scss
      • vendor
    • environments
    • favIcon.ico
    • index.html
    • main.ts
    • polyfills.ts
    • styles.scss
    • test.ts
    • .editorconfig
    • .gitignore
    • .hraccess
    • angular.json
    • karma.conf.js
    • package-lock.json
    • package.json
    • README.md
    • tsconfig.app.json
    • tsconfig.json
    • tsconfig.spec.json