Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Koushik Paul
Angular Calculator
Commits
a385a83b
Commit
a385a83b
authored
Sep 16, 2024
by
Koushik Paul
Browse files
Upload New File
parent
1df5a007
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
102 additions
and
0 deletions
+102
-0
angular.json
angular.json
+102
-0
No files found.
angular.json
0 → 100644
View file @
a385a83b
{
"$schema"
:
"./node_modules/@angular/cli/lib/config/schema.json"
,
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"calculator"
:
{
"projectType"
:
"application"
,
"schematics"
:
{},
"root"
:
""
,
"sourceRoot"
:
"src"
,
"prefix"
:
"app"
,
"architect"
:
{
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:application"
,
"options"
:
{
"outputPath"
:
"dist/calculator"
,
"index"
:
"src/index.html"
,
"browser"
:
"src/main.ts"
,
"polyfills"
:
[
"zone.js"
],
"tsConfig"
:
"tsconfig.app.json"
,
"assets"
:
[
{
"glob"
:
"**/*"
,
"input"
:
"public"
}
],
"styles"
:
[
"src/styles.css"
,
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts"
:
[],
"server"
:
"src/main.server.ts"
,
"prerender"
:
true
,
"ssr"
:
{
"entry"
:
"server.ts"
}
},
"configurations"
:
{
"production"
:
{
"budgets"
:
[
{
"type"
:
"initial"
,
"maximumWarning"
:
"500kB"
,
"maximumError"
:
"1MB"
},
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"2kB"
,
"maximumError"
:
"4kB"
}
],
"outputHashing"
:
"all"
},
"development"
:
{
"optimization"
:
false
,
"extractLicenses"
:
false
,
"sourceMap"
:
true
}
},
"defaultConfiguration"
:
"production"
},
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"configurations"
:
{
"production"
:
{
"buildTarget"
:
"calculator:build:production"
},
"development"
:
{
"buildTarget"
:
"calculator:build:development"
}
},
"defaultConfiguration"
:
"development"
},
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
},
"test"
:
{
"builder"
:
"@angular-devkit/build-angular:karma"
,
"options"
:
{
"polyfills"
:
[
"zone.js"
,
"zone.js/testing"
],
"tsConfig"
:
"tsconfig.spec.json"
,
"assets"
:
[
{
"glob"
:
"**/*"
,
"input"
:
"public"
}
],
"styles"
:
[
"src/styles.css"
],
"scripts"
:
[]
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment