Skip to content

Commit

Permalink
feat(project): generated the ngx-mailto library
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 25, 2020
1 parent 5c45da6 commit ceb3308
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 5 deletions.
47 changes: 45 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,50 @@
}
}
}
},
"ngx-mailto": {
"projectType": "library",
"root": "projects/ngx-mailto",
"sourceRoot": "projects/ngx-mailto/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ngx-mailto/tsconfig.lib.json",
"project": "projects/ngx-mailto/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-mailto/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-mailto/src/test.ts",
"tsConfig": "projects/ngx-mailto/tsconfig.spec.json",
"karmaConfig": "projects/ngx-mailto/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-mailto/tsconfig.lib.json",
"projects/ngx-mailto/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ngx-mailto-demo"
}
"defaultProject": "ngx-mailto-demo",
"cli": {
"analytics": "ea3f6664-7a5f-4480-9efa-1f3058c7c180"
}
}
Loading

0 comments on commit ceb3308

Please sign in to comment.