Skip to content

Commit

Permalink
feat!: publish library as Ivy package
Browse files Browse the repository at this point in the history
minimum required Angular v12
  • Loading branch information
dzonatan committed Nov 22, 2021
1 parent 9dacee6 commit 82bf8e0
Show file tree
Hide file tree
Showing 15 changed files with 18,761 additions and 23,757 deletions.
61 changes: 14 additions & 47 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.css"],
"scripts": [],
"aot": true
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -46,7 +51,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -76,38 +82,6 @@
"scripts": [],
"assets": ["src/favicon.ico", "src/assets"]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json"],
"exclude": ["**/node_modules/**"]
}
}
}
},
"ngx-linky-demo-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ngx-linky-demo:serve"
},
"configurations": {
"production": {
"devServerTarget": "ngx-linky-demo:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**"]
}
}
}
},
Expand All @@ -120,14 +94,17 @@
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ngx-linky/tsconfig.lib.json",
"project": "projects/ngx-linky/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-linky/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/ngx-linky/tsconfig.lib.json"
}
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand All @@ -136,19 +113,9 @@
"tsConfig": "projects/ngx-linky/tsconfig.spec.json",
"karmaConfig": "projects/ngx-linky/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-linky/tsconfig.lib.json",
"projects/ngx-linky/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
},
"defaultProject": "ngx-linky-demo"
}
}
28 changes: 0 additions & 28 deletions e2e/protractor.conf.js

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/tsconfig.e2e.json

This file was deleted.

Loading

0 comments on commit 82bf8e0

Please sign in to comment.