-
Notifications
You must be signed in to change notification settings - Fork 473
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
🚀 - Improve "Open on StackBlitz" tech #673
Comments
* chore(demo): stackblitz upgrade (example with many files) * chore(demo): new classes to parse typescipt files raw content * chore(demo): `stackblitz` fix dialog component example * chore(demo): fix stackblitz examples with angular localize * feat(addon-doc): `TuiDocExampleComponent` change `tui-tabs` to `tui-tabs-with-more` * chore(addon-doc): `Example` component small style refactor * chore(demo): fix after resolving conflicts * chore(demo): refactor after review * chore(demo): `isMainComponentFile` => `isPrimaryComponentFile` * chore(demo): `TsFileModuleParser` code style change
|
Could be related to Angular 13 release? :) |
The problem is that I have a few bugs to report, but I can't copy and run any of the Taiga Stackblitz examples for the last couple of weeks. And yes, it's Angular 13. But if your examples do not work with Angular 13, why did you set it in your Stackblitz at Taiga dev pages?:) |
I wonder what makes them not work with Angular 13. I know a couple of projects with Taiga UI that updated to 13 and had no troubles with the library. I guess it's something with StackBlitz. We locked it on 12.x.x for the time being so you can try checking on taiga-ui.dev/next |
stackblitz' developers know about angular 13 problem Also, something wrong with latest version of angular 12. It worked few days ago :( |
@waterplea Just hopping on here to answer your question... the issues we are experiencing in StackBlitz are with the fact that Angular 13 now has |
Indeed, I can't run none of Angular 13 nor 12 examples in Stackblitz anymore. Only old saved Stackblitz projects work, but if I try to fork and modify them - they have missing dependency errors that can't be resolved. |
FYI, StackBlitz now supports Angular 13:
Related StackBlitz issue comment: stackblitz/core#1657 (comment) |
🚀 Feature request
Is your feature request related to a problem?
Currently we have a very basic feature of opening examples on StackBlitz. It causes multiple issues:
We need to improve it to:
Be flexible enough for wide area of special cases, like dialog componentsBugs
The text was updated successfully, but these errors were encountered: