covalent icon indicating copy to clipboard operation
covalent copied to clipboard

Teradata UI Platform built on Angular Material

Results 108 covalent issues
Sort by recently updated
recently updated
newest added

## Description update side sheet documentation

While trying to upgrade my project from Angular 7 to 12 which used covalent/core, I came across an issue which occured when I upgraded the covalent/core version from 2.1.1(which doesn't...

Note: existing tests have not been touched, I just removed unnecessary `waitForAsync + inject + whenStable` since they create a code nesting, but actually there's nothing asynchronous in these tests,...

There're no functional changes in this PR. It only setups RxJS plugins to ensure that existing/subsequent observables are unsubscribed by developers. I've also replaced `subscription = obs.subscribe` with `obs.pipe(takeUntil()).subscribe` in...

**Describe the bug** Presentation of component doesn't match design. **To Reproduce** Steps to reproduce the behavior: 1. Go to localhost:4200 2. View user menu **Expected behavior** - Smaller icons are...

**Describe the bug** Text is cutoff in user profile component when values are too large. **To Reproduce** Steps to reproduce the behavior: 1. Go to [localhost:4200](localhost:4200/#/components/user-profile/overview) 2. Add a really...

bug

#### Feature Request Currently, it seems these components rely on Angular + Material. As a result, engineers must adopt Covalent + Material + Angular and keep them in sync over...

**Describe the bug** The function `registerThemes`, but also pretty much every other class/function, expects the `echarts` object to be available in the global scope. At first I though this was...

enhancement