{"id":13807697,"url":"https://github.com/netlify-templates/angular-quickstart","last_synced_at":"2025-05-13T17:58:31.131Z","repository":{"id":37543080,"uuid":"465820147","full_name":"netlify-templates/angular-quickstart","owner":"netlify-templates","description":"A bare-bones Angular template to get you deployed to Netlify fast!","archived":false,"fork":false,"pushed_at":"2025-04-26T17:50:54.000Z","size":1068,"stargazers_count":25,"open_issues_count":6,"forks_count":32,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-26T18:32:28.712Z","etag":null,"topics":["angular","netlify","quickstart","template"],"latest_commit_sha":null,"homepage":"https://angular-quickstart.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlify-templates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-03T17:30:45.000Z","updated_at":"2025-04-21T07:35:23.000Z","dependencies_parsed_at":"2024-05-22T22:43:30.388Z","dependency_job_id":"11671248-fc10-4118-ac19-040f52f5a5b0","html_url":"https://github.com/netlify-templates/angular-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fangular-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fangular-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fangular-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify-templates%2Fangular-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify-templates","download_url":"https://codeload.github.com/netlify-templates/angular-quickstart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253999793,"owners_count":21997335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","netlify","quickstart","template"],"created_at":"2024-08-04T01:01:29.098Z","updated_at":"2025-05-13T17:58:31.123Z","avatar_url":"https://github.com/netlify-templates.png","language":"TypeScript","readme":"# Angular on Netlify Quick Start Template    \n![netlify + angular logo](https://user-images.githubusercontent.com/43764894/223549637-2715c89d-a44e-42e0-8f6c-fa6246279658.png)\n\nThis is a bare-bones Angular project that has everything you need to quickly deploy it to [Netlify](https://netlify.com). \n\nClick this button and it will help you create a new repo, create a new Netlify project, and deploy!\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/angular-quickstart)\n\n## Table of Contents:\n\n- [Setup](#setup)\n- [Deploying](#deploying)\n- [Styling](#styling)\n  - [Notes on Styling](#notes-on-styling)\n  - [Remove Styling](#remove-styling)\n- [Testing](#testing)\n  - [Included Default Testing](#included-default-testing)\n  - [Removing Renovate](#removing-renovate)\n  - [Removing Cypress](#removing-cypress)\n- [Angular + Netlify Resources](#angular--netlify-resources)\n- [Deployment Options](#deployment-options)\n- [Customization](#customization)\n  - [Styling](#styling-1)\n  - [Updating Dependencies](#updating-dependencies)\n\n## Setup\n\nClone this repo with one of these options:\n- Click the 'Deploy to Netlify' button above\n- Click the 'Use this template' button at the top of the page\n- Or via the command line `git clone https://github.com/netlify-templates/angular-quickstart`\n\nThen install the necessary packages and run the project locally to make sure everything works.\n\n```bash\nnpm install\nng serve\n```\n\nAlternatively, you can run this locally with [the Netlify CLI](https://docs.netlify.com/cli/get-started/)'s `netlify dev` command for more options like receiving a live preview to share (`netlify dev --live`) and the ability to test [Netlify Functions](https://www.netlify.com/products/functions) and [redirects](https://docs.netlify.com/routing/redirects/). \n\n\u003e 🚨 If you decide to change the project name be sure to change it everywhere in the project including the [Netlify configuration file, `netlify.toml`](./netlify.toml), as there are many places in Angular projects where the project name is used. A quick fix is to find/replace all instances of `angular-quickstart` with your project name.\n\n## Deploying\n\nThere are a few ways to deploy this template:\n- Click the 'Deploy to Netlify' button above \n- Use the `netlify deploy` command\n- Head to the [Netlify UI](https://app.netlify.com/) to deploy via GitHub or [drag and drop](https://app.netlify.com/drop) the project folder\n- Use the Netlify CLI's create from template command `netlify sites:create-template angular-quickstart` which will create a repo, Netlify project, and deploy it\n\n## Styling\n\nWe've added some modern styling to this template using css within an external stylesheet, this will allow you to easily remove our styling and add in your own. \n\nIf you decide that you want to keep our styling you can review our style notes below. \n\n### Notes on Styling\n\nThe variables below give you the ability to change the gradient colors of the blobs and are interpolated into the URL string of the background-img within the body. \n\n```css\n// Controls the blob blur gradient colors within the main tag's svg\n--top-right-blur-1: #20C6B7;\n--top-right-blur-2: #4D9ABF;\n--bttm-left-blur-1: #de3641;\n--bttm-left-blur-2: #e46b73;\n```\n\n## Remove Styling\n\nIf you decide that our styling is not for you, all you'll need to do is remove the [demo-styling.css](https://github.com/netlify-templates/angular-quickstart/blob/tn/designUpdates/src/demo-styling.css) file. \n\n## Testing\n\n### Included Default Testing\n\nWe've included some tooling that helps us maintain these templates. This template currently uses:\n\n- [Renovate](https://www.mend.io/free-developer-tools/renovate/) - to regularly update our dependencies\n- [Cypress](https://www.cypress.io/) - to run tests against how the template runs in the browser\n- [Cypress Netlify Build Plugin](https://github.com/cypress-io/netlify-plugin-cypress) - to run our tests during our build process\n\nIf your team is not interested in this tooling, you can remove them with ease!\n\n### Removing Renovate\n\nIn order to keep our project up-to-date with dependencies we use a tool called [Renovate](https://github.com/marketplace/renovate). If you're not interested in this tooling, delete the `renovate.json` file and commit that onto your main branch.\n\n### Removing Cypress\n\nFor our testing, we use [Cypress](https://www.cypress.io/) for end-to-end testing. This makes sure that we can validate that our templates are rendering and displaying as we'd expect. By default, we have Cypress not generate deploy links if our tests don't pass. If you'd like to keep Cypress and still generate the deploy links, go into your `netlify.toml` and delete the plugin configuration lines:\n\n```diff\n[[plugins]]\n  package = \"netlify-plugin-cypress\"\n-  [plugins.inputs.postBuild]\n-    enable = true\n-\n-  [plugins.inputs]\n-    enable = false \n```\n\nIf you'd like to remove the `netlify-plugin-cypress` build plugin entirely, you'd need to delete the entire block above instead. And then make sure sure to remove the package from the dependencies using:\n\n```bash\nnpm uninstall -D netlify-plugin-cypress\n```\n\nAnd lastly if you'd like to remove Cypress entirely, delete the entire `cypress` folder and the `cypress.config.ts` file. Then remove the dependency using:\n\n```bash\nnpm uninstall cypress\n```\n\n## Angular + Netlify Resources\n\nHere are some resources to help you on your Angular + Netlify coding fun!\n\n- [Angular Docs](https://angular.dev/overview)\n- [Angular CLI Commands](https://angular.dev/cli)\n- [Angular on Netlify Configuration](https://docs.netlify.com/frameworks/angular/)\n- [Netlify CLI](https://docs.netlify.com/cli/get-started/)\n\n\n## Deployment Options\n\n- **One-Click**: Click the \"Deploy to Netlify\" button above\n- **CLI**: Use `netlify deploy` command\n- **Git Integration**: Connect your repository in the [Netlify UI](https://app.netlify.com/)\n- **Manual**: Drag and drop the `dist/` folder to the [Netlify UI](https://app.netlify.com/drop)\n\n## Customization\n\n### Styling\n\nThe project includes a demo stylesheet in `src/demo-styling.css` with customizable variables:\n\n```css\n--top-right-blur-1: #20C6B7;\n--top-right-blur-2: #4D9ABF;\n--bttm-left-blur-1: #de3641;\n--bttm-left-blur-2: #e46b73;\n```\n\nTo remove the demo styling, delete the import from `angular.json` and `app.component.ts`.\n\n### Updating Dependencies\n\nTo update Angular packages to compatible versions:\n\n```bash\nng update @angular/core @angular/cli\n```\n\nFor TypeScript compatibility issues, install a compatible version:\n\n```bash\nnpm install typescript@4.6.4 --save-dev\n```\n\n## Testing\n\nThis project includes:\n- Unit tests with Jasmine/Karma\n- E2E tests with Cypress\n- Cypress Netlify Build Plugin\n\n---\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15 and uses Angular 15.","funding_links":[],"categories":["Site Templates"],"sub_categories":["Free Templates"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fangular-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify-templates%2Fangular-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify-templates%2Fangular-quickstart/lists"}