Skip to content

Commit

Permalink
feat: enable zoneless app
Browse files Browse the repository at this point in the history
  • Loading branch information
EL HAYEK NICOLAS authored and n-elhk committed Sep 27, 2024
1 parent 4d596d6 commit 7afc560
Show file tree
Hide file tree
Showing 57 changed files with 8,828 additions and 8,668 deletions.
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"optimization": false,
"sourceMap": true,
"namedChunks": true,
"allowedCommonJsDependencies": [
"@mapbox/mapbox-sdk",
"suggestions",
Expand All @@ -60,7 +63,6 @@
"outputPath": "dist/showcase",
"index": "projects/showcase/src/index.html",
"browser": "projects/showcase/src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "projects/showcase/tsconfig.app.json",
"assets": [
"projects/showcase/src/favicon.ico",
Expand Down
Loading

0 comments on commit 7afc560

Please sign in to comment.