ng-get
v1.0.0
Published
Get the environment files of a publish Angular app.
Downloads
2
Maintainers
Readme
ng-get
Get the environment content of a publish Angular app.
Tested for Angular versions v7, v8, v9, v10, v11 and v12
Example usage
npx ng-get https://my-angular-website.com
npx ng-get main-es2015.1021e34d6643056b5e3b.js
Inspecting: https://my-angular-website.com
Downloading main: https://my-angular-website.com/main-es2015.1021e34d6643056b5e3b.js
{
"index": {
"scripts": [
"assets/fastclick.js",
"runtime-es2015.df7729926071e5dff236.js",
"runtime-es5.df799e51df077f262236.js",
"polyfills-es5.45be4962716823e202d2.js",
"polyfills-es2015.184b2fce185406366c85.js",
"scripts.0c82fb8e202bc9df94df.js",
"main-es2015.1021e34d6643056b5e3b.js",
"main-es5.1021e6b33d60e653544b.js"
],
"main": "main-es2015.1021e34d6643056b5e3b.js"
},
"ngVersion": "9.1.13",
"environment": {
"production": 0,
"mobile": 1,
"notifications": 1,
"firebase": {
"apiKey": "h4mgWLON54B89EdyXNgvT6jDIsAQawyzfKNrkmw",
"authDomain": "my-angular.firebaseapp.com",
"databaseURL": "https://my-angular.firebaseio.com",
"projectId": "my-angular",
"storageBucket": "my-angular.appspot.com",
"messagingSenderId": "11034621970",
"appId": "1:11034621970:android:059dg57hf478gd3465c69564"
}
}
}