0

I'm trying to config Scully on my Angular app, and get it the list of routes, But I want to fetch the list of routes from the server.

export const config: ScullyConfig = {
projectRoot: "./src",
projectName: "marketing-site-web",
outDir: './dist/static',
routes: {
  // fetch it from server ??
 },
};

is it possible ? maybe in some other way ( not via config file )

Eli Porush
  • 1,339
  • 1
  • 7
  • 18

0 Answers0