Questions tagged [angular-scully]

19 questions
0
votes
1 answer

handleUnknownRoute using a subdirectory with Scully

In my Angular project I am using the following command to build the Angular project: ng build --base-href='/mysubfolder/' mysubfolder is the path from where the Angular site will be served i.e https:/myotherdomain/mysubfolder myotherdomain == some…
0
votes
0 answers

How scully decides when to render a member variable into HTML?

I'm curious how Scully decides whether to render a template variable directly into HTML, or not. From what I tested, a simple string variable is rendered directly, but a complex object wasn't rendered (although it seemingly cached it). Any guidance…
Sanjay Verma
  • 1,390
  • 22
  • 40
0
votes
1 answer

Scully static server won't serve urls with percent-encoded space

My angular app contains percent-encoded routes. Ex. /Page%201 When I run my angular app with ng serve everything works fine. But when I start the Scully static server and visit "http://localhost:1668/Page%201", the browser shows Cannot GET…
domrac
  • 61
  • 1
  • 6
0
votes
1 answer

Scullyio - How to get Angular Material theme(CSS) also to be rendered in the Static Index.html file after build?

I created an Angular 10 project and integrated angular Scully into it using ng add @scullyio/init command. I am using the Angular Material library for toolbars, navbar, buttons, etc. Now after I build the Angular project using ng build --prod, I ran…
1
2