|  | 
|  | 1 | +{ | 
|  | 2 | + "name": "angular-back-button-navigation", | 
|  | 3 | + "$schema": "../../../node_modules/nx/schemas/project-schema.json", | 
|  | 4 | + "projectType": "application", | 
|  | 5 | + "prefix": "app", | 
|  | 6 | + "sourceRoot": "apps/angular/55-back-button-navigation/src", | 
|  | 7 | + "tags": [], | 
|  | 8 | + "targets": { | 
|  | 9 | + "build": { | 
|  | 10 | + "executor": "@angular-devkit/build-angular:application", | 
|  | 11 | + "outputs": ["{options.outputPath}"], | 
|  | 12 | + "options": { | 
|  | 13 | + "outputPath": "dist/apps/angular/55-back-button-navigation", | 
|  | 14 | + "index": "apps/angular/55-back-button-navigation/src/index.html", | 
|  | 15 | + "browser": "apps/angular/55-back-button-navigation/src/main.ts", | 
|  | 16 | + "polyfills": ["zone.js"], | 
|  | 17 | + "tsConfig": "apps/angular/55-back-button-navigation/tsconfig.app.json", | 
|  | 18 | + "inlineStyleLanguage": "scss", | 
|  | 19 | + "assets": [ | 
|  | 20 | + { | 
|  | 21 | + "glob": "**/*", | 
|  | 22 | + "input": "apps/angular/55-back-button-navigation/public" | 
|  | 23 | + } | 
|  | 24 | + ], | 
|  | 25 | + "styles": [ | 
|  | 26 | + "apps/angular/55-back-button-navigation/src/styles.scss", | 
|  | 27 | + "node_modules/@angular/material/prebuilt-themes/indigo-pink.css" | 
|  | 28 | + ], | 
|  | 29 | + "scripts": [] | 
|  | 30 | + }, | 
|  | 31 | + "configurations": { | 
|  | 32 | + "production": { | 
|  | 33 | + "budgets": [ | 
|  | 34 | + { | 
|  | 35 | + "type": "initial", | 
|  | 36 | + "maximumWarning": "500kb", | 
|  | 37 | + "maximumError": "1mb" | 
|  | 38 | + }, | 
|  | 39 | + { | 
|  | 40 | + "type": "anyComponentStyle", | 
|  | 41 | + "maximumWarning": "2kb", | 
|  | 42 | + "maximumError": "4kb" | 
|  | 43 | + } | 
|  | 44 | + ], | 
|  | 45 | + "outputHashing": "all" | 
|  | 46 | + }, | 
|  | 47 | + "development": { | 
|  | 48 | + "optimization": false, | 
|  | 49 | + "extractLicenses": false, | 
|  | 50 | + "sourceMap": true | 
|  | 51 | + } | 
|  | 52 | + }, | 
|  | 53 | + "defaultConfiguration": "production" | 
|  | 54 | + }, | 
|  | 55 | + "serve": { | 
|  | 56 | + "executor": "@angular-devkit/build-angular:dev-server", | 
|  | 57 | + "configurations": { | 
|  | 58 | + "production": { | 
|  | 59 | + "buildTarget": "angular-back-button-navigation:build:production" | 
|  | 60 | + }, | 
|  | 61 | + "development": { | 
|  | 62 | + "buildTarget": "angular-back-button-navigation:build:development" | 
|  | 63 | + } | 
|  | 64 | + }, | 
|  | 65 | + "defaultConfiguration": "development" | 
|  | 66 | + }, | 
|  | 67 | + "extract-i18n": { | 
|  | 68 | + "executor": "@angular-devkit/build-angular:extract-i18n", | 
|  | 69 | + "options": { | 
|  | 70 | + "buildTarget": "angular-back-button-navigation:build" | 
|  | 71 | + } | 
|  | 72 | + }, | 
|  | 73 | + "lint": { | 
|  | 74 | + "executor": "@nx/eslint:lint" | 
|  | 75 | + }, | 
|  | 76 | + "test": { | 
|  | 77 | + "executor": "@nx/jest:jest", | 
|  | 78 | + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], | 
|  | 79 | + "options": { | 
|  | 80 | + "jestConfig": "apps/angular/55-back-button-navigation/jest.config.ts" | 
|  | 81 | + } | 
|  | 82 | + } | 
|  | 83 | + } | 
|  | 84 | +} | 
0 commit comments