Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuccaroli committed Sep 20, 2020
2 parents 950eb39 + c61a267 commit a48221d
Show file tree
Hide file tree
Showing 22 changed files with 16,696 additions and 12,163 deletions.
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.2.0] - 2020‑09‑20

### Added
### Changed
- update to angular 10
### Removed

## [1.1.4] - 2020‑04‑23

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Angular Google Tag Manager Service

A service library for integrate google tag manager in your angular project
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version
For more info see this [how to install google tag manager article](https://itnext.io/how-to-add-google-tag-manager-to-an-angular-application-fc68624386e2)

## Getting Started
Expand Down
16 changes: 10 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
"newProjectRoot": "projects",
"projects": {
"angular-google-tag-manager": {
"projectType": "library",
"root": "projects/angular-google-tag-manager",
"sourceRoot": "projects/angular-google-tag-manager/src",
"projectType": "library",
"prefix": "agtm",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/angular-google-tag-manager/tsconfig.lib.json",
"project": "projects/angular-google-tag-manager/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/angular-google-tag-manager/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand All @@ -37,7 +42,6 @@
}
}
}
}
},
}},
"defaultProject": "angular-google-tag-manager"
}
}
File renamed without changes.
8 changes: 6 additions & 2 deletions demo-application/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/demo-application",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -29,8 +30,7 @@
"styles": [
"src/styles.scss"
],
"scripts": [],
"es5BrowserSupport": true
"scripts": []
},
"configurations": {
"production": {
Expand All @@ -54,6 +54,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
Loading

0 comments on commit a48221d

Please sign in to comment.