Skip to content

Commit

Permalink
angular 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
m.zuccaroli committed Nov 13, 2021
1 parent dd4df95 commit 831e4f8
Show file tree
Hide file tree
Showing 9 changed files with 2,754 additions and 4,814 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ speed-measure-plugin.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.4.3] - 2021-06-04

### Added
- Angular 13 support
### Changed
### Removed

## [1.4.2] - 2021-06-19

### Added
Expand Down
12 changes: 0 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@
"tsConfig": "projects/angular-google-tag-manager/tsconfig.spec.json",
"karmaConfig": "projects/angular-google-tag-manager/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/angular-google-tag-manager/tsconfig.lib.json",
"projects/angular-google-tag-manager/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}},
Expand Down
Loading

0 comments on commit 831e4f8

Please sign in to comment.