Skip to content

Commit

Permalink
added home
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-mydn committed Feb 18, 2023
1 parent 99440f1 commit 6041ce3
Show file tree
Hide file tree
Showing 1,991 changed files with 15,652 additions and 495 deletions.
13 changes: 8 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "sass"
"style": "scss"
}
},
"root": "",
Expand All @@ -24,13 +24,16 @@
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "sass",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.sass"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/bootstrap-icons/font/bootstrap-icons.css"

],
"scripts": []
},
Expand Down Expand Up @@ -87,13 +90,13 @@
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "sass",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.sass"
"src/styles.scss"
],
"scripts": []
}
Expand Down
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"animejs": "^3.2.1",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
Expand All @@ -26,6 +29,7 @@
"@angular-devkit/build-angular": "^15.0.2",
"@angular/cli": "~15.0.2",
"@angular/compiler-cli": "^15.0.0",
"@types/animejs": "^3.1.7",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
Expand Down
Loading

0 comments on commit 6041ce3

Please sign in to comment.