Skip to content

brandonroberts/angular-ssl-assets

Repository files navigation

Angular SSR/SSL

A reproduction of an issue with a SSL with Angular SSR and HttpClient with local assets.

Setup

  1. Install dependencies
npm install
  1. Run application
npm start
  1. Navigate to https://localhost:4430 and notice the error in the command line console, and the flash of data on the page.

Workaround

  1. Run application
npm run start:cert
  1. Navigate to https://localhost:4430 and notice the Node warning in the command line console, but no flash of data on the page.

About

A reproduction of an issue with a SSL with Angular SSR and HttpClient with local assets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published