Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netlify-templates/angular-quickstart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d820f9b971cd63848ca142e71b7a8fc5ddb1ed8e
Choose a base ref
..
head repository: netlify-templates/angular-quickstart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d4515d75524997f2e6f9e26d8cccfa07b206180
Choose a head ref
Showing with 133 additions and 148 deletions.
  1. +1 −1 README.md
  2. +121 −133 package-lock.json
  3. +10 −10 package.json
  4. +1 −4 src/app/app.component.html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Angular on Netlify Quick Start Template
![netlify + angular logo](https://res.cloudinary.com/dzkoxrsdj/image/upload/v1646339469/angular_wzrs5o.png)
![netlify + angular logo](https://user-images.githubusercontent.com/43764894/223549637-2715c89d-a44e-42e0-8f6c-fa6246279658.png)

This is a bare-bones Angular project that has everything you need to quickly deploy it to [Netlify](https://netlify.com).

Loading