@unhead/angular 3.1.2 → 3.1.4
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.
|
@@ -51,10 +51,10 @@ class UnheadSSRService {
|
|
|
51
51
|
this.document.body.innerHTML = bodyTagsOpen + this.document.body.innerHTML + bodyTags;
|
|
52
52
|
this.document.head.innerHTML = headTags;
|
|
53
53
|
}
|
|
54
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
55
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.
|
|
54
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: UnheadSSRService, deps: [{ token: DOCUMENT }, { token: UnheadInjectionToken }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
55
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: UnheadSSRService, providedIn: 'root' });
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: UnheadSSRService, decorators: [{
|
|
58
58
|
type: Injectable,
|
|
59
59
|
args: [{
|
|
60
60
|
providedIn: 'root',
|
|
@@ -113,10 +113,10 @@ class Head {
|
|
|
113
113
|
ngOnDestroy() {
|
|
114
114
|
this.headEntry.dispose();
|
|
115
115
|
}
|
|
116
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.
|
|
117
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.
|
|
116
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: Head, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
117
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.1", type: Head, isStandalone: true, selector: "unhead-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
118
118
|
}
|
|
119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.
|
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImport: i0, type: Head, decorators: [{
|
|
120
120
|
type: Component,
|
|
121
121
|
args: [{
|
|
122
122
|
selector: 'unhead-head',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/angular",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.4",
|
|
5
5
|
"description": "Full-stack <head> manager built for Angular.",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,18 +61,18 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"tslib": "^2.8.1",
|
|
64
|
-
"unhead": "3.1.
|
|
64
|
+
"unhead": "3.1.4"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@angular-devkit/build-angular": "^21.2.14",
|
|
68
|
-
"@angular/cli": "^22.0.
|
|
69
|
-
"@angular/common": "^22.0.
|
|
70
|
-
"@angular/compiler": "^22.0.
|
|
71
|
-
"@angular/compiler-cli": "^22.0.
|
|
72
|
-
"@angular/core": "^22.0.
|
|
73
|
-
"@angular/platform-browser": "^22.0.
|
|
74
|
-
"@angular/platform-browser-dynamic": "^22.0.
|
|
75
|
-
"@angular/platform-server": "^22.0.
|
|
68
|
+
"@angular/cli": "^22.0.1",
|
|
69
|
+
"@angular/common": "^22.0.1",
|
|
70
|
+
"@angular/compiler": "^22.0.1",
|
|
71
|
+
"@angular/compiler-cli": "^22.0.1",
|
|
72
|
+
"@angular/core": "^22.0.1",
|
|
73
|
+
"@angular/platform-browser": "^22.0.1",
|
|
74
|
+
"@angular/platform-browser-dynamic": "^22.0.1",
|
|
75
|
+
"@angular/platform-server": "^22.0.1",
|
|
76
76
|
"zone.js": "^0.16.2"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|