Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikatsuba/ngx-ssr
ngx-ssr is a set of utilities for working with Angular Universal.
https://github.com/ikatsuba/ngx-ssr
angular angular-universal firebase monorepo morty ngx-ssr nx rick
Last synced: about 2 months ago
JSON representation
ngx-ssr is a set of utilities for working with Angular Universal.
- Host: GitHub
- URL: https://github.com/ikatsuba/ngx-ssr
- Owner: IKatsuba
- License: mit
- Created: 2021-01-10T18:44:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T20:17:59.000Z (8 months ago)
- Last Synced: 2024-10-12T06:11:55.047Z (2 months ago)
- Topics: angular, angular-universal, firebase, monorepo, morty, ngx-ssr, nx, rick
- Language: TypeScript
- Homepage: https://ng-rickandmorty.web.app/
- Size: 6.54 MB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ngx-ssr
`ngx-ssr` is a set of utilities for working with Angular Universal.
The project contains:
1. Three publishable libraries:
- [@ngx-ssr/cache](./libs/ngx-ssr/cache/README.md) - in-memory implementation of the cache for GET requests and HTML. It is possible to change the
storage.
- [@ngx-ssr/timeout](./libs/ngx-ssr/timeout/README.md) — implementation of timeout for requests
- [@ngx-ssr/platform](./libs/ngx-ssr/platform/README.md) — utilities for convenient work with platform-specific data
2. One side publishable library:
- `ngx-rickandmorty`
3. [The Rick and Morty application](https://ng-rickandmorty.web.app/character) 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](https://taiga-ui.dev/) is used as a UI framework.