-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore(demo): add examples to demo app #10743
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
937b256
to
05ce1d2
Compare
05ce1d2
to
c569195
Compare
I'm concerned this will make the demo-app super slow. Does it make the demo app super slow? |
Based on a rough experiment, I found that it took the following number of seconds to refresh the demo app and open the main sidenav: On master: 16.0s, 15.9s, 16.0s So maybe half a second longer. Then again I might have grown a tired finger pushing the start button my stopwatch =) Overall, no real perceptible difference. |
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
@@ -56,7 +59,7 @@ import {SnackBarDemo} from '../snack-bar/snack-bar-demo'; | |||
import {StepperDemo} from '../stepper/stepper-demo'; | |||
import {TableDemoModule} from '../table/table-demo-module'; | |||
import { | |||
Counter, FoggyTabContent, RainyTabContent, SunnyTabContent, TabsDemo | |||
Counter,FoggyTabContent, RainyTabContent, SunnyTabContent, TabsDemo |
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.
Formatting
This reverts commit 68b1f2a.
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. |
Includes changes in PR #10739
Adds all examples to an example page on the demo app.