-
Notifications
You must be signed in to change notification settings - Fork 357
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
Feature/loading improvements and bug fixes #38
Conversation
…nDestroy and remove comp methods
@@ -17,6 +17,7 @@ import { TdLayoutComponent } from '../platform/core'; | |||
selector: 'td-docs-app', | |||
styleUrls: ['app.component.css'], | |||
templateUrl: 'app.component.html', | |||
precompile: [ TD_LOADING_ENTRY_COMPONENTS ], |
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.
Haven't used precompile
before but it looks like it is being renamed. The change is in angular master (Component metadata docs) and I presume RC5 so #37 will have to be updated.
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.
Yes, its actually just for rc4. In rc5 it uses entryComponents in ngModule. I already have that ready in #37, but we are waiting on that since rc5 and CLI have some stability issues in this release.
* FullScreen Mode feature * Proper name and key added for menu item * Remove extra trailing spaces * Fixed review comments. * Revert "Fixed review comments." This reverts commit 89b724c16fceb94728ce7f16b260fbe7abd24707. * Fixed review comment: Added necessary changes requested and removed whitespace changes. * UTs added for FullScreenMode feature.
* feat(echarts): Add treemap as a chart option to Covalent E-Charts * fix linting * removing json data file * removing config options that are handled in series component now * feat(): reformat demo example and rename TreeMap to Treemap * feat(): demo [leafDepth]="2" in treemap
* feat(echarts): Add treemap as a chart option to Covalent E-Charts * fix linting * removing json data file * removing config options that are handled in series component now * feat(): reformat demo example and rename TreeMap to Treemap * feat(): demo [leafDepth]="2" in treemap
* FullScreen Mode feature * Proper name and key added for menu item * Remove extra trailing spaces * Fixed review comments. * Revert "Fixed review comments." This reverts commit 89b724c16fceb94728ce7f16b260fbe7abd24707. * Fixed review comment: Added necessary changes requested and removed whitespace changes. * UTs added for FullScreenMode feature.
Description
Second iteration on TdLoadingDirective/Service/Component.
What's included?
width
to loading circle to be in par with circle height.NgZone#runOutsideAngular
to address a bug with protractor where it gets stuck waiting when adding attaching/detaching the component and doing its animations.Known issue:
e.g.
Test Steps
ng serve
Go to loading component