create-analog 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,40 +5,27 @@ import { Component } from '@angular/core';
|
|
|
5
5
|
standalone: true,
|
|
6
6
|
template: `
|
|
7
7
|
<div>
|
|
8
|
-
<a href="https://
|
|
9
|
-
<img
|
|
10
|
-
</a>
|
|
11
|
-
<a href="https://angular.io/" target="_blank">
|
|
12
|
-
<img
|
|
13
|
-
alt="Angular Logo"
|
|
14
|
-
class="logo angular"
|
|
15
|
-
src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg=="
|
|
16
|
-
/>
|
|
8
|
+
<a href="https://analogjs.org/" target="_blank">
|
|
9
|
+
<img alt="Analog Logo" class="logo analog" src="/analog.svg" />
|
|
17
10
|
</a>
|
|
18
11
|
</div>
|
|
19
12
|
|
|
20
|
-
<
|
|
13
|
+
<h2>Analog</h2>
|
|
14
|
+
|
|
15
|
+
<h3>The fullstack meta-framework for Angular!</h3>
|
|
21
16
|
|
|
22
17
|
<div class="card">
|
|
23
18
|
<button type="button" (click)="increment()">Count {{ count }}</button>
|
|
24
19
|
</div>
|
|
25
20
|
|
|
26
|
-
<p>
|
|
27
|
-
Check out
|
|
28
|
-
<a href="https://github.com/analogjs/analog#readme" target="_blank"
|
|
29
|
-
>Analog</a
|
|
30
|
-
>, the fullstack meta-framework for Angular powered by Vite!
|
|
31
|
-
</p>
|
|
32
|
-
|
|
33
21
|
<p class="read-the-docs">
|
|
34
|
-
|
|
22
|
+
For guides on how to customize this project, visit the
|
|
23
|
+
<a href="https://analogjs.org" target="_blank">Analog documentation</a>
|
|
35
24
|
</p>
|
|
36
25
|
`,
|
|
37
26
|
styles: [
|
|
38
27
|
`
|
|
39
28
|
.logo {
|
|
40
|
-
height: 6em;
|
|
41
|
-
padding: 1.5em;
|
|
42
29
|
will-change: filter;
|
|
43
30
|
}
|
|
44
31
|
.logo:hover {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"test": "ng test"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@analogjs/content": "^0.2.0-beta.
|
|
18
|
-
"@analogjs/router": "^0.2.0-beta.
|
|
17
|
+
"@analogjs/content": "^0.2.0-beta.1",
|
|
18
|
+
"@analogjs/router": "^0.2.0-beta.1",
|
|
19
19
|
"@angular/animations": "^16.0.0-rc.0",
|
|
20
20
|
"@angular/common": "^16.0.0-rc.0",
|
|
21
21
|
"@angular/compiler": "^16.0.0-rc.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"zone.js": "~0.13.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@analogjs/platform": "^0.2.0-beta.
|
|
37
|
+
"@analogjs/platform": "^0.2.0-beta.1",
|
|
38
38
|
"@angular-devkit/build-angular": "^16.0.0-rc.0",
|
|
39
39
|
"@angular/cli": "~16.0.0-rc.0",
|
|
40
40
|
"@angular/compiler-cli": "^16.0.0-rc.0",
|
|
@@ -5,40 +5,27 @@ import { Component } from '@angular/core';
|
|
|
5
5
|
standalone: true,
|
|
6
6
|
template: `
|
|
7
7
|
<div>
|
|
8
|
-
<a href="https://
|
|
9
|
-
<img
|
|
10
|
-
</a>
|
|
11
|
-
<a href="https://angular.io/" target="_blank">
|
|
12
|
-
<img
|
|
13
|
-
alt="Angular Logo"
|
|
14
|
-
class="logo angular"
|
|
15
|
-
src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg=="
|
|
16
|
-
/>
|
|
8
|
+
<a href="https://analogjs.org/" target="_blank">
|
|
9
|
+
<img alt="Analog Logo" class="logo analog" src="/analog.svg" />
|
|
17
10
|
</a>
|
|
18
11
|
</div>
|
|
19
12
|
|
|
20
|
-
<
|
|
13
|
+
<h2>Analog</h2>
|
|
14
|
+
|
|
15
|
+
<h3>The fullstack meta-framework for Angular!</h3>
|
|
21
16
|
|
|
22
17
|
<div class="card">
|
|
23
18
|
<button type="button" (click)="increment()">Count {{ count }}</button>
|
|
24
19
|
</div>
|
|
25
20
|
|
|
26
|
-
<p>
|
|
27
|
-
Check out
|
|
28
|
-
<a href="https://github.com/analogjs/analog#readme" target="_blank"
|
|
29
|
-
>Analog</a
|
|
30
|
-
>, the fullstack meta-framework for Angular powered by Vite!
|
|
31
|
-
</p>
|
|
32
|
-
|
|
33
21
|
<p class="read-the-docs">
|
|
34
|
-
|
|
22
|
+
For guides on how to customize this project, visit the
|
|
23
|
+
<a href="https://analogjs.org" target="_blank">Analog documentation</a>
|
|
35
24
|
</p>
|
|
36
25
|
`,
|
|
37
26
|
styles: [
|
|
38
27
|
`
|
|
39
28
|
.logo {
|
|
40
|
-
height: 6em;
|
|
41
|
-
padding: 1.5em;
|
|
42
29
|
will-change: filter;
|
|
43
30
|
}
|
|
44
31
|
.logo:hover {
|