Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef06e56

Browse files
feat: initial commit
1 parent 7b84564 commit ef06e56

File tree

12 files changed

+414
-522
lines changed

12 files changed

+414
-522
lines changed

‎angular.json‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"src/assets"
3232
],
3333
"styles": [
34+
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
3435
"src/styles.scss"
3536
],
3637
"scripts": []
@@ -99,12 +100,16 @@
99100
"src/assets"
100101
],
101102
"styles": [
103+
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
102104
"src/styles.scss"
103105
],
104106
"scripts": []
105107
}
106108
}
107109
}
108110
}
111+
},
112+
"cli": {
113+
"analytics": false
109114
}
110115
}

‎package-lock.json‎

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
"private": true,
1212
"dependencies": {
1313
"@angular/animations": "^14.0.0",
14+
"@angular/cdk": "^14.0.0",
1415
"@angular/common": "^14.0.0",
1516
"@angular/compiler": "^14.0.0",
1617
"@angular/core": "^14.0.0",
1718
"@angular/forms": "^14.0.0",
19+
"@angular/material": "^14.0.0",
1820
"@angular/platform-browser": "^14.0.0",
1921
"@angular/platform-browser-dynamic": "^14.0.0",
2022
"@angular/router": "^14.0.0",
@@ -35,4 +37,4 @@
3537
"karma-jasmine-html-reporter": "~1.7.0",
3638
"typescript": "~4.7.2"
3739
}
38-
}
40+
}

‎src/app/_button.scss‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.button-loading {
2+
.mat-button-wrapper {
3+
visibility: hidden;
4+
}
5+
6+
.mat-progress-spinner {
7+
position: absolute;
8+
top: calc(50% - 10px);
9+
left: calc(50% - 10px);
10+
}
11+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /