📜  sss - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:52.108000             🧑  作者: Mango

代码示例1
∇ app

    ∇ core
         ∇ guards
              auth.guard.ts
              module-import.guard.ts
              no-auth.guard.ts
         ∇ interceptor
              token.interceptor.ts
              error.interceptor.ts
         ∇ services
              service-a.service.ts
              service-b.service.ts
         ∇ components
              ∇ navbar
                    navbar.component.html|scss|ts
              ∇ page-not-found
                    page-not-found.component.html|scss|ts
         ∇ constants
              constant-a.ts
              constant-b.ts
         ∇ enums
              enum-a.ts
              enum-b.ts
         ∇ models
              model-a.ts
              model-b.ts
         ∇ utils
              common-functions.ts

      ∇ auth
            ∇ components
                    ∇ scoped-shared-component-a
                            scoped-shared-component-a.component.html|scss|ts
                    ∇ scope-shared-component-b
                             scoped-shared-component-b.component.html|scss|ts
              auth-a-routing.module.ts
              auth-a.module.ts
              auth-a.component.html|scss|ts
    ∇ pages
        ∇ master (MODULE)
              ∇ scoped-shared-component-a
                      scoped-shared-component-a.component.html|scss|ts
              ∇ scope-shared-component-b
                      scoped-shared-component-b.component.html|scss|ts
          master-a-routing.module.ts
          master-a.module.ts
          master-a.component.html|scss|ts
        ∇ pages
              ∇ page-a
                  page-a.component.html|scss|ts
              ∇ page-b
                  page-b.component.html|scss|ts
        pages-a-routing.module.ts
        pages-a.module.ts
        pages-a.component.html|scss|ts

    ∇ shared
         ∇ components
              ∇ shared-button
                   shared-button.component.html|scss|ts
         ∇ directives
              shared-directive.ts
         ∇ pipes
              shared-pipe.ts
         shared.module.ts

    styles.scss

    ▽ styles
        app-loading.scss
        company-colors.scss
        spinners.scss
        variables.scss

    ▽ assets
        ▽ i18n
            lang-a.json
            lang-b.json
        ▽ images
            image-a.svg
            image-b.svg
        ▽ static
            structure-a.json
            structure-b.json
        ▽ icons
            custom-icon-a.svg
            custom-icon-b.svg