Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #192 from LT-Students/develop
Browse files Browse the repository at this point in the history
Alpha 0.3.0
  • Loading branch information
tsinevik authored Aug 30, 2021
2 parents b5d66d9 + eebe3b9 commit ec6144e
Show file tree
Hide file tree
Showing 271 changed files with 6,560 additions and 4,492 deletions.
7 changes: 5 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
"style": "scss",
"changeDetection": "OnPush"
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"prefix": "do",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
Expand All @@ -32,6 +33,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss",
"src/theme.scss"
],
Expand Down Expand Up @@ -102,6 +104,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
Expand Down
Loading

0 comments on commit ec6144e

Please sign in to comment.