Skip to content

Commit b87e188

Browse files
committed
We have the counter example
1 parent 49b612c commit b87e188

9 files changed

+61
-538
lines changed

angular.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"src/assets"
2929
],
3030
"styles": [
31+
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
3132
"src/styles.scss"
3233
],
3334
"scripts": []
@@ -92,6 +93,7 @@
9293
"src/assets"
9394
],
9495
"styles": [
96+
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
9597
"src/styles.scss"
9698
],
9799
"scripts": []
@@ -123,6 +125,7 @@
123125
}
124126
}
125127
}
126-
}},
128+
}
129+
},
127130
"defaultProject": "micro-angular"
128-
}
131+
}

package-lock.json

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "~9.1.9",
15+
"@angular/cdk": "^9.2.4",
1516
"@angular/common": "~9.1.9",
1617
"@angular/compiler": "~9.1.9",
1718
"@angular/core": "~9.1.9",
1819
"@angular/forms": "~9.1.9",
20+
"@angular/material": "^9.2.4",
1921
"@angular/platform-browser": "~9.1.9",
2022
"@angular/platform-browser-dynamic": "~9.1.9",
2123
"@angular/router": "~9.1.9",

0 commit comments

Comments
 (0)