-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://primeng.org/stepper linear - stackblitz not working because of wrong file name #16967
Comments
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨ |
I fixed the issue on stackblitz and forked the reposoitory: But not sure how to implement it now on the website. I'm in contact with people on Discord maybe someone will guide me into the right direction. |
If I understand correctly, the StackBlitz is directly generated from the code. In that specific case, the problem comes from lines 134 and 135 in this file: https://github.com/primefaces/primeng/blob/17.18.12/src/app/showcase/doc/stepper/lineardoc.ts
(note the double "demo") |
You are right, due to githubs linting I wasn't able to spot the problem right away, I searched before in the right file, but coulnd't find it. I'll fork the repo and create a pull request. Thank you for guiding me into the right direction! |
Describe the bug
https://primeng.org/stepper
Open linear example in stackblitz, and it won't load because the stepper-linear-demo.ts has following content:
correct would be:
'./stepper-linear-demo.html',
'stepper-linear-demo'
Environment
stackblitz environemnt
Reproducer
https://stackblitz.com/run?file=src%2Fapp%2Fapp.component.html
Angular version
18
PrimeNG version
17.18.12
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
node 20
Browser(s)
Chrome newest version on macOS
Steps to reproduce the behavior
Open stackblitz example and it won't load because of wrong names of the files.
Expected behavior
The website should load and show example of linear stepper
The text was updated successfully, but these errors were encountered: