AngularUniversal是否可以在响应客户端之前从服务器执行HTTP请求以构建页面?
创始人
2024-10-29 21:01:07
0

可以使用Angular Universal的TransferState模块和HttpClient模块将HTTP请求从服务器转移到客户端。

以下是示例代码:

//app.module.ts

import { BrowserModule, BrowserTransferStateModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { HttpClientModule, HttpClient } from '@angular/common/http'; import { TransferHttpCacheModule } from '@nguniversal/common'; import { AppComponent } from './app.component';

@NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule.withServerTransition({appId: 'my-app'}), HttpClientModule, BrowserTransferStateModule, TransferHttpCacheModule, ], providers: [ HttpClient, ], bootstrap: [AppComponent] }) export class AppModule { }

//app.component.ts

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

const SERVER_INIT_KEY = makeStateKey('server-init');

@Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent implements OnInit { title = 'my-app'; dataFromServer: any;

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

ngOnInit() { if (isPlatformServer(this.platformId)) { // Server side rendering this.dataFromServer = 'This data came from the server'; this.transferState.set(SERVER_INIT_KEY, true); } else { // Browser rendering const serverInit = this.transferState.get(SERVER_INIT_KEY, false); if (!serverInit) { // This data didn't come from the server, so fetch it this.http.get('/api/data').subscribe(data => { this.dataFromServer = data; }); } else { // This data came from the server this.dataFromServer = this.transferState.get('dataFromServer', null); } } } }

在这个示

相关内容

热门资讯

解迷透视!wepoker透视底... 解迷透视!wepoker透视底牌,微信小程序微乐辅助器免费版v2.0,大纲教程(有挂规律)-哔哩哔哩...
开挂透视!红龙poker辅助平... 开挂透视!红龙poker辅助平台,微信微乐开挂,演示教程(有挂规律)-哔哩哔哩1、任何红龙poker...
详细透视!pokermaste... 详细透视!pokermaster脚本,微乐安徽小程序辅助,方式教程(有挂方法)-哔哩哔哩pokerm...
了解透视!hhpoker德州机... 了解透视!hhpoker德州机器人,微乐自建房免费脚本哪个最好用,练习教程(有挂细节)-哔哩哔哩一、...
解谜透视!fishpoker透... 解谜透视!fishpoker透视底牌,微乐河南小程序辅助器免费,绝活教程(有挂讲解)-哔哩哔哩1、超...
有挂透视!德州透视脚本,微乐广... 有挂透视!德州透视脚本,微乐广西自建房免费黑科技下载,指引教程(发现有挂)-哔哩哔哩暗藏猫腻,小编详...
有挂透视!pokeplus脚本... 有挂透视!pokeplus脚本,收集微乐小程序游戏破解器,资料教程(存在有挂)-哔哩哔哩1、有挂透视...
关于透视!epoker免费透视... 关于透视!epoker免费透视脚本,微信微乐辅助器下载,大纲教程(有挂教程)-哔哩哔哩epoker免...
揭幕透视!如何下载德普之星辅助... 揭幕透视!如何下载德普之星辅助软件,微乐自建房辅助入口官网,指南教程(有挂秘籍)-哔哩哔哩1、金币登...
了解透视!hhpoker有没有... 了解透视!hhpoker有没有辅助,微乐自建房辅助工具官网,教材教程(有挂方针)-哔哩哔哩hhpok...