We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b0f3 commit 124c49cCopy full SHA for 124c49c
2 files changed
docs/assets/scss/index.scss
@@ -22,4 +22,27 @@
22
margin-right: 2rem;
23
}
24
25
+
26
+ #npm {
27
+ margin-top: 2rem;
28
+ display: flex;
29
+ justify-content: center;
30
31
+ .click-to-copy {
32
+ display: block;
33
+ float: right;
34
+ }
35
36
+ pre {
37
+ color: white;
38
+ background-color: gray !important;
39
+ border-radius: 5px;
40
41
42
+ code > :first-child {
43
+ padding: 1rem;
44
45
+ padding-right: 3rem;
46
47
48
docs/content/_index.md
@@ -17,4 +17,12 @@ title: AngularTS
17
</a>
18
</div>
19
20
+<div id="npm">
21
+```bash
+ npm i @angular-wave/angular.ts
+```
+</div>
{{< /blocks/cover >}}
0 commit comments