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: mustafaer/ngx-dynamic-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18.1.0
Choose a base ref
...
head repository: mustafaer/ngx-dynamic-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Jan 18, 2025

  1. Angular 19 update

    mustafaer committed Jan 18, 2025
    Copy the full SHA
    b9702ff View commit details
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ trim_trailing_whitespace = true

[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false

[*.md]
max_line_length = off
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -136,6 +136,7 @@ dist
*.launch
.settings/
*.sublime-workspace
.vscode

# IDE - VSCode
.vscode/*
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"builder": "@angular/build:ng-packagr",
"options": {
"project": "projects/ngx-dynamic-search/ng-package.json"
},
Loading