-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs: convert examples to standalone #27137
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
Conversation
12a94c5
to
06b727f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one minor comment.
Note that I didn't fully check every example and their imports (just to capture this)
@@ -19,19 +19,8 @@ export interface LiveExample { | |||
packagePath: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess at some point we should clean up the file name then.
Converts all of the Components examples to standalone to reduce the amount of boilerplate we need to maintain and to simplify the Stackblitz.
06b727f
to
510ed50
Compare
Converts all of the Components examples to standalone to reduce the amount of boilerplate we need to maintain and to simplify the Stackblitz. (cherry picked from commit 748f177)
hi ... do you know what is status of: i gave it a try but it seems does not work ... i don't see any col-resize cursor or other on my table columns thanks much |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Converts all of the Components examples to standalone to reduce the amount of boilerplate we need to maintain and to simplify the Stackblitz.