generated from nhcarrigan/template
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5e3e5bf2cc
|
|||
|
ce6ead203b
|
|||
|
2e0f7b9651
|
|||
|
37970f17c8
|
|||
|
03828c6c27
|
|||
|
a52a265807
|
|||
|
9710f07e08
|
|||
|
8c12162bfb
|
|||
|
a4d9947633
|
|||
|
f2158b814e
|
|||
|
d6f356ccdf
|
|||
|
8df1c00969
|
|||
|
e5e01c865e
|
|||
|
0dc8dcc09d
|
|||
|
7bd1ef9550
|
|||
|
d33422be37
|
|||
|
6bbcb4d8fa
|
|||
|
7e7dd9c134
|
|||
|
2bc5c03ff7
|
@@ -8,7 +8,7 @@ This page is currently deployed. [View the live website.](https://lore.nhcarriga
|
|||||||
|
|
||||||
## Feedback and Bugs
|
## Feedback and Bugs
|
||||||
|
|
||||||
If you have feedback or a bug report, please [log a ticket on our forum](https://support.nhcarrigan.com).
|
If you have feedback or a bug report, please feel free to open a GitHub issue!
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
"@angular/common": "21.0.6",
|
"@angular/common": "21.0.6",
|
||||||
"@angular/compiler": "21.0.6",
|
"@angular/compiler": "21.0.6",
|
||||||
"@angular/core": "21.0.6",
|
"@angular/core": "21.0.6",
|
||||||
"@angular/forms": "21.1.3",
|
"@angular/forms": "21.0.6",
|
||||||
"@angular/platform-browser": "21.0.6",
|
"@angular/platform-browser": "21.0.6",
|
||||||
"@angular/router": "21.0.6",
|
"@angular/router": "21.0.6",
|
||||||
"rxjs": "7.8.2",
|
"rxjs": "7.8.2",
|
||||||
|
|||||||
Generated
+8
-8
@@ -18,8 +18,8 @@ importers:
|
|||||||
specifier: 21.0.6
|
specifier: 21.0.6
|
||||||
version: 21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)
|
version: 21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)
|
||||||
'@angular/forms':
|
'@angular/forms':
|
||||||
specifier: 21.1.3
|
specifier: 21.0.6
|
||||||
version: 21.1.3(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(@angular/platform-browser@21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)))(rxjs@7.8.2)
|
version: 21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(@angular/platform-browser@21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)))(rxjs@7.8.2)
|
||||||
'@angular/platform-browser':
|
'@angular/platform-browser':
|
||||||
specifier: 21.0.6
|
specifier: 21.0.6
|
||||||
version: 21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))
|
version: 21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))
|
||||||
@@ -239,13 +239,13 @@ packages:
|
|||||||
zone.js:
|
zone.js:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@angular/forms@21.1.3':
|
'@angular/forms@21.0.6':
|
||||||
resolution: {integrity: sha512-YW/YdjM9suZUeJam9agHFXIEE3qQIhGYXMjnnX7xGjOe+CuR2R0qsWn1AR0yrKrNmFspb0lKgM7kTTJyzt8gZg==}
|
resolution: {integrity: sha512-aAkAAKuUrP8U7R4aH/HbmG/CXP90GlML77ECBI5b4qCSb+bvaTEYsaf85mCyTpr9jvGkia2LTe42hPcOuyzdsQ==}
|
||||||
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@angular/common': 21.1.3
|
'@angular/common': 21.0.6
|
||||||
'@angular/core': 21.1.3
|
'@angular/core': 21.0.6
|
||||||
'@angular/platform-browser': 21.1.3
|
'@angular/platform-browser': 21.0.6
|
||||||
rxjs: ^6.5.3 || ^7.4.0
|
rxjs: ^6.5.3 || ^7.4.0
|
||||||
|
|
||||||
'@angular/platform-browser@21.0.6':
|
'@angular/platform-browser@21.0.6':
|
||||||
@@ -4639,7 +4639,7 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@angular/compiler': 21.0.6
|
'@angular/compiler': 21.0.6
|
||||||
|
|
||||||
'@angular/forms@21.1.3(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(@angular/platform-browser@21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
'@angular/forms@21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(@angular/platform-browser@21.0.6(@angular/common@21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)))(rxjs@7.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@angular/common': 21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
'@angular/common': 21.0.6(@angular/core@21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
||||||
'@angular/core': 21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)
|
'@angular/core': 21.0.6(@angular/compiler@21.0.6)(rxjs@7.8.2)
|
||||||
|
|||||||
@@ -9,18 +9,6 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Quintessential&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Quintessential&display=swap" rel="stylesheet">
|
||||||
<script defer src="https://analytics.nhcarrigan.com/js/pa-YUXAn1vhhRttySUAw_LMN.js"></script>
|
|
||||||
<script>
|
|
||||||
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
|
|
||||||
plausible.init({
|
|
||||||
customProperties: {
|
|
||||||
domain: "lore.nhcarrigan.com",
|
|
||||||
page: "Lore",
|
|
||||||
path: "/",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3569924701890974" crossorigin="anonymous"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user