Skip to content

Commit

Permalink
we
Browse files Browse the repository at this point in the history
  • Loading branch information
Elpiu committed Nov 25, 2024
1 parent 6f76464 commit 7fef190
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ng-dynamic-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions ng-dynamic-config/projects/ng-dynamic-config/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
{
"name": "ng-dynamic-config",
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "Elpidio Mazza",
"url": "https://github.com/Elpiu"
},
"description": "Angular utility designed to streamline the process of bootstrapping an Angular application with dynamic configuration data. It allows you to fetch configuration files from specified URLs, manage them using a service, and dynamically register additional providers based on the loaded configuration.",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
"repository": {
"type": "git",
"url": "https://github.com/Elpiu/ng-dynamic-config.git"
},
"homepage": "https://github.com/Elpiu/ng-dynamic-config#readme",
"bugs": {
"url": "https://github.com/Elpiu/ng-dynamic-config/issues"
},
"keywords": [
"angular",
"dynamic-config",
"configuration",
"angular-library",
"bootstrap"
],
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit 7fef190

Please sign in to comment.