Skip to content

Commit

Permalink
Merge pull request #89 from kreuzerk/feature/angular13
Browse files Browse the repository at this point in the history
Feature/angular13
  • Loading branch information
nivekcode authored Mar 3, 2022
2 parents 4be70c8 + 84ccf38 commit ca2a3e6
Show file tree
Hide file tree
Showing 13 changed files with 10,188 additions and 9,621 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ speed-measure-plugin.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
27 changes: 3 additions & 24 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand All @@ -20,18 +23,6 @@
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ng-sortgrid/tsconfig.lib.json",
"projects/ng-sortgrid/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand Down Expand Up @@ -113,18 +104,6 @@
"options": {
"browserTarget": "ng-sortgrid-demo:build"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ng-sortgrid-demo/tsconfig.app.json",
"projects/ng-sortgrid-demo/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion jest.base.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/../../setupJest.ts']
setupFilesAfterEnv: ['<rootDir>/../../setupJest.ts'],
globalSetup: 'jest-preset-angular/global-setup',
};
Loading

0 comments on commit ca2a3e6

Please sign in to comment.