Gitingest - tieppt/ngft-standalone-netlify
NEW

Summary

Directory Structure

Directory structure:
└── tieppt-ngft-standalone-netlify/
    ├── README.md
    ├── angular.json
    ├── karma.conf.js
    ├── netlify.toml
    ├── package.json
    ├── tsconfig.app.json
    ├── tsconfig.json
    ├── tsconfig.spec.json
    ├── .browserslistrc
    ├── .editorconfig
    ├── .nvmrc
    ├── patches/
    │   └── @angular+core+14.0.4.patch
    └── src/
        ├── index.html
        ├── main.ts
        ├── polyfills.ts
        ├── styles.scss
        ├── test.ts
        ├── app/
        │   ├── app.component.html
        │   ├── app.component.scss
        │   ├── app.component.spec.ts
        │   └── app.component.ts
        ├── assets/
        │   └── .gitkeep
        └── environments/
            ├── environment.prod.ts
            └── environment.ts

Files Content