Skip to content

Angular 14 Example SSR & Transfer Sate

Notifications You must be signed in to change notification settings

Adv13/angular-transferstate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

Important note

This functionality is no longer useful on Angular 15, the google team having resolved the malfunction. So this tutorial is only useful with Angular 14 or earlier versions.

Angular 15 and 14 Example Transfer state

An Angular starter kit featuring Angular 15.0.1, Angular CLI 15.0.1

it's part of a repo series designed to create a Progressive Web App with Angular

Web Application Live Demo

Angular 15 Example 
      Application

Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-transferstate.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-transferstate.git


# change directory
cd angular-transferstate

# angular Version 14
cd frontend-angular14

# angular Version 15
cd frontend-angular15

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

Getting Started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Developpement

Tests

  • npm run test

Compilation

  • npm run build ( without SSR)
  • npm run build:ssr ( with SSR)

Production

Prototype Bootstrap 5

  • change directory cd ui
  • launch html pages in your browser

Author

  • Author : danny

Documentation

English Tutorials

Tutoriels en français

About

Angular 14 Example SSR & Transfer Sate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.3%
  • TypeScript 27.0%
  • JavaScript 21.0%
  • CSS 8.7%