Skip to content

Commit

Permalink
feat(lib): generated the library
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Sep 25, 2020
1 parent 2d763cb commit f468d83
Show file tree
Hide file tree
Showing 20 changed files with 14,471 additions and 6 deletions.
50 changes: 47 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,50 @@
}
}
}
}},
"defaultProject": "ngx-long-press2-demo"
}
},
"ngx-long-press2": {
"projectType": "library",
"root": "projects/ngx-long-press2",
"sourceRoot": "projects/ngx-long-press2/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"tsConfig": "projects/ngx-long-press2/tsconfig.lib.json",
"project": "projects/ngx-long-press2/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-long-press2/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-long-press2/src/test.ts",
"tsConfig": "projects/ngx-long-press2/tsconfig.spec.json",
"karmaConfig": "projects/ngx-long-press2/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-long-press2/tsconfig.lib.json",
"projects/ngx-long-press2/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ngx-long-press2-demo",
"cli": {
"analytics": "cedecc33-7446-4f54-a534-fd69bc169957"
}
}
Loading

0 comments on commit f468d83

Please sign in to comment.