Skip to content

IKatsuba/ngx-ssr

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7026b3b · Nov 30, 2021
Nov 30, 2021
Jan 10, 2021
Nov 30, 2021
Nov 30, 2021
Jan 10, 2021
Jan 10, 2021
Nov 30, 2021
Jan 12, 2021
Jan 12, 2021
Jan 10, 2021
Jan 10, 2021
Jan 12, 2021
Nov 30, 2021
Jan 12, 2021
Feb 18, 2021
Nov 30, 2021
Jan 10, 2021
Jan 12, 2021
Nov 30, 2021
Jan 10, 2021
Nov 30, 2021
Nov 30, 2021
Nov 30, 2021
Nov 30, 2021
Nov 30, 2021

Repository files navigation

ngx-ssr

ngx-ssr is a set of utilities for working with Angular Universal.

The project contains:

  1. Three publishable libraries:
    • @ngx-ssr/cache - in-memory implementation of the cache for GET requests and HTML. It is possible to change the storage.
    • @ngx-ssr/timeout — implementation of timeout for requests
    • @ngx-ssr/platform — utilities for convenient work with platform-specific data
  2. One side publishable library:
    • ngx-rickandmorty
  3. The Rick and Morty application based on the Rick and Morty API. The application build artifact is deployed to Firebase Hosting. Using Firebase Function and Angular Universal, the application is rendered on the server.

All developed libraries are used in the application.

Taiga UI is used as a UI framework.