Closed lletestu closed 2 years ago
This is working in many Scully apps. Can you provide a reproduction, so we can figure out what is going on in your use case?
Closing due to lack of actionable context. If this still is an issue, can you provide a minimal repo that reproduces this behavior? We will gladly reopen and work out the issue
🐞 Bug report
Description
I try to fetch data from an API to create dynamic routes and fill data. Routes are well created, but the data is not rendered in HTML.
🔬 Minimal Reproduction
💻Your Environment
Angular version : 12 Scully version : 2
Scully's configuration :
GerProducts Plugin
Product component ts
Products html
Service to retrieve data with transferScully
🔥 Exception or Error
Scully generated the routes : |static ---| products ------ index.html ------| 1 ------ index.html
==> Data is not generated and html doesn't fetch data
Html generated (products is not set) :
Thanks for your help !!