AngularUniversalSSR中使用withServerTransition时,ViewEncapsulation无法从服务器传输到浏览器
创始人
2024-10-29 21:01:17
0

在 Angular 中,ViewEncapsulation 控制着在组件中使用的样式是否会被应用到全局 CSS 中。当使用 Angular Universal SSR 时,如果使用 withServerTransition 方法,则组件中的样式将无法在服务器端传输到浏览器,并在渲染时丢失。

解决该问题的方法是使用 TransferState(传输状态)。该服务允许在服务器端缓存数据以便稍后在客户端上使用。在本例中,我们可以将组件中的 ViewEncapsulation 值存储在 TransferState 中,并将其在浏览器中重新设置。以下是具体实现方法。

1.在组件中,使用以下代码将 ViewEncapsulation 值存储在 TransferState 中:

import { Component, Inject, PLATFORM_ID, ViewEncapsulation } from '@angular/core'; import { TransferState, makeStateKey } from '@angular/platform-browser'; import { isPlatformServer } from '@angular/common';

const VIEW_ENCAPSULATION_KEY = makeStateKey('VIEW_ENCAPSULATION');

@Component({ selector: 'app-my-component', templateUrl: './my-component.component.html', styleUrls: ['./my-component.component.scss'], encapsulation: ViewEncapsulation.Emulated // or ViewEncapsulation.None if you want to disable it }) export class MyComponent implements OnInit {

constructor( private transferState: TransferState, @Inject(PLATFORM_ID) private platformId: Object ) { }

ngOnInit() { const viewEncapsulation = this.encapsulationType(); // returns 'Emulated' or 'None' if (isPlatformServer(this.platformId)) { this.transferState.set(VIEW_ENCAPSULATION_KEY, viewEncapsulation); } else { const fromServer = this.transferState.get(VIEW_ENCAPSULATION_KEY, viewEncapsulation); this.encapsulationType(fromServer); } }

private encapsulationType(type?: string): string { if (type) { this.encapsulation = type === 'None' ? ViewEncapsulation.None : ViewEncapsulation.Emulated; } return this.encapsulation === ViewEncapsulation.None ? 'None' : 'Emulated'; }

}

2.在 app.module.ts 文件中,在 BrowserModule 的 imports 数组中添加 BrowserTransferStateModule:

import { BrowserModule, BrowserTransferStateModule } from '@angular/platform-browser';

@NgModule({ imports: [ BrowserModule.withServerTransition({ appId: 'my-app' }), BrowserTransferStateModule ], bootstrap: [AppComponent]

相关内容

热门资讯

揭秘!牵手游戏辅助软件(透视)... 揭秘!牵手游戏辅助软件(透视)hardrock辅助(可靠教程有挂方法);无需打开直接搜索薇:1367...
玩家必备科普!牵手app破解(... 玩家必备科普!牵手app破解(透视)hhpoker有没有辅助(详细教程有挂总结)>>您好:软件加薇1...
实测分享!aapoker透视插... 实测分享!aapoker透视插件(透视)线上德州的辅助器是什么(必赢方法有挂方法) 【无需打开直接搜...
玩家必看教程!游戏辅助器免费版... 您好:这款wepoker私人局透视教程游戏是可以开挂的,确实是有挂的,很多玩家在这款wepoker私...
热点推荐!蜀山四川小程序有挂吗... 热点推荐!蜀山四川小程序有挂吗(透视)wepoker插件程序激活码(新2026版确实有挂)>>您好:...
盘点几款!凑一桌关春天辅助系统... 盘点几款!凑一桌关春天辅助系统(透视)WePoKer辅助器(透明教程有挂解密) >>您好:软件加薇1...
指导大家!陕麻圈智能辅助软件(... 指导大家!陕麻圈智能辅助软件(透视)德扑之心免费透视(技巧教程有挂方法);无需打开直接搜索微信(13...
透视安装!随意玩透视辅助软件(... 您好:随意玩透视辅助软件这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户的...
透视计算!微友联盟有辅助吗(透... 透视计算!微友联盟有辅助吗(透视)黑侠破解wepoker(必赢方法有挂规律) >>您好:软件加薇13...
一分钟揭秘!微信小程序可以开挂... 微信小程序可以开挂吗是一款专注玩家量身打造的游戏记牌类型软件,在微信小程序可以开挂吗这款游戏中我们可...