Skip to content

Commit

Permalink
Merge pull request #5 from Rebolon/feature/angular-material
Browse files Browse the repository at this point in the history
Feature/angular material
  • Loading branch information
Rebolon committed Nov 20, 2023
2 parents 549db12 + ad53997 commit f9ddda9
Show file tree
Hide file tree
Showing 41 changed files with 3,286 additions and 2,141 deletions.
26 changes: 14 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"Angular-Word-Game": {
"angular-word-game": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -24,11 +24,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "docs/angular-word-game",
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -40,13 +40,13 @@
"src/manifest.webmanifest"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"node_modules/ngx-toastr/toastr.css",
"src/styles.scss"
],
"scripts": [],
"serviceWorker": true,
"webWorkerTsConfig": "tsconfig.worker.json",
"ngswConfigPath": "ngsw-config.json"
"serviceWorker": "ngsw-config.json",
"webWorkerTsConfig": "tsconfig.worker.json"
},
"configurations": {
"production": {
Expand All @@ -65,9 +65,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -79,18 +77,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "Angular-Word-Game:build:production"
"buildTarget": "angular-word-game:build:production"
},
"development": {
"browserTarget": "Angular-Word-Game:build:development"
"buildTarget": "angular-word-game:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "Angular-Word-Game:build"
"buildTarget": "angular-word-game:build"
}
},
"test": {
Expand All @@ -108,6 +106,7 @@
"src/manifest.webmanifest"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": [],
Expand All @@ -118,6 +117,9 @@
}
},
"cli": {
"analytics": true
"analytics": true,
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
1 change: 0 additions & 1 deletion docs/angular-word-game/337.e8e6f1394f6773c5.js

This file was deleted.

0 comments on commit f9ddda9

Please sign in to comment.