An error occurred while loading the file. Please try again.
-
islam authored82fa5f3d
angular.json 4.04 KiB
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"corp-aab": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss",
"changeDetection": "OnPush",
"standalone": true,
"skipTests": true,
"inlineStyle": true
},
"@schematics/angular:directive": {
"standalone": true,
"skipTests": true
},
"@schematics/angular:pipe": {
"standalone": true,
"skipTests": true
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/corp-aab",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest",
"src/firebase-messaging-sw.js"
],
"styles": [
"./node_modules/ngx-toastr/toastr.css",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": [],
"allowedCommonJsDependencies": [
"buffer",
"pdfmake/build/pdfmake",
"pdfmake/build/vfs_fonts",
"moment"
],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "800kb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",