Skip to content

Commit

Permalink
Merge pull request NationalBankBelgium#50 from mhenkens/feature/angul…
Browse files Browse the repository at this point in the history
…ar14

Feature/angular14
  • Loading branch information
mhenkens authored Sep 19, 2024
2 parents 0612244 + 4334fdb commit a248cc8
Show file tree
Hide file tree
Showing 92 changed files with 10,290 additions and 16,061 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ jobs:
- name: Linting and testing
run: |
npm run lint:all
# npm run test:ci:all // comand remove due to incomability node18 and angular12
npm run test:ci
npm run test:ci:demo:ng-latest
npm run test:ci:all
- name: Generate docs coverage
run: npm run docs:coverage
Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
}
}
},
"defaultProject": "ngx-form-errors",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": ["@angular-eslint/schematics"],
"analytics": false
}
}

This file was deleted.

12 changes: 0 additions & 12 deletions demo-app/ng12/src/app/parent-error-state-matcher.ts

This file was deleted.

33 changes: 0 additions & 33 deletions demo-app/ng12/src/app/password-validator.ts

This file was deleted.

Loading

0 comments on commit a248cc8

Please sign in to comment.