angulardart_server 1.2.0 copy "angulardart_server: ^1.2.0" to clipboard
angulardart_server: ^1.2.0 copied to clipboard

Server-side rendering (SSR) and hybrid rendering for AngularDart applications.

AngularDart Server banner

Website pub package

angulardart_server #

Server-side rendering (SSR) and hybrid rendering for AngularDart applications.

Features #

  • Server-side rendering: Render AngularDart components to HTML on the server
  • Hybrid rendering: Per-component render mode control (server, client, automatic)
  • Client hydration: Reuse server-rendered DOM on the client for better performance
  • TransferState: Pass state from server to client efficiently

Quick Start #

import 'package:angulardart_server/angulardart_server.dart';

final server = platformServer();
final html = await server.renderApplication(
  MyComponentNgFactory,
  url: request.uri.toString(),
);

Installation #

Add to your pubspec.yaml:

dependencies:
  angulardart_server: ^1.0.1

Documentation #

See the AngularDart SSR Guide for detailed documentation.

0
likes
0
points
481
downloads

Documentation

Documentation

Publisher

verified publisherqlapp.fr

Weekly Downloads

Server-side rendering (SSR) and hybrid rendering for AngularDart applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#angular #ssr #server-side-rendering #web #hydration

License

unknown (license)

Dependencies

angulardart, angulardart_meta, angulardart_router, collection, meta, web

More

Packages that depend on angulardart_server