Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: bmartinson/ngx-draggable-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.1
Choose a base ref
...
head repository: bmartinson/ngx-draggable-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19.0.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 4, 2024

  1. Remove Superfluous Config

    bmartinson committed Nov 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0613c63 View commit details

Commits on Nov 19, 2024

  1. Package Version Updates

    bmartinson committed Nov 19, 2024
    Copy the full SHA
    65de303 View commit details
  2. Package Updates

    bmartinson committed Nov 19, 2024
    Copy the full SHA
    39d0e05 View commit details
  3. Angular 19 Update

    bmartinson committed Nov 19, 2024
    Copy the full SHA
    e01a54e View commit details
  4. Package Updates

    bmartinson committed Nov 19, 2024
    Copy the full SHA
    1354e96 View commit details
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
@@ -24,11 +24,12 @@
"prefix": "ngx-draggable-dom-lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-draggable-dom-sample",
"outputPath": {
"base": "dist/ngx-draggable-dom-sample"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
@@ -41,7 +42,8 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
@@ -56,8 +58,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Loading