terminus-ui
terminus-ui copied to clipboard
📚 The Terminus UI Library.
We are now overwriting ripple styles manually in multiple places. We should abstract the ripple style control out into a reusable mixin or set of classes. Used in: - copy...
Ref #524 - [ ] Collect all currently used timings etc - [ ] define the role animation should play - [ ] define the easings and timings that should...
**TODO** --- Breadcrumbs show users the current location within a hierarchy. This can be helpful at a site level to show the user's current location. It can also be leveraged...
#### 1. What is the expected behavior? The map should be visible #### 2. What is the current behavior? The map is not visible, but the locations seem to be...
Material CDK offers a `tree` component that can be used for our base. The Material Tree component uses it as a base, so we could lift some of their implementation...
Currently the animation going from indeterminate to checked is too 'loud'. We should look into a) modifying the animation or b) replacing the animation 
#### 1. What is the expected behavior? All commits should be added to the changelog. #### 2. What is the current behavior? Chore commits seem to not be added if...
This will make it easier for devs to verify how much is shipped to the client. Example: ``` "analyze": "npm run build:prod -- --stats-json && webpack-bundle-analyzer ./dist/angular-ngrx-material-starter/stats-es2015.json", ```
This feature is needed for LinkedIn Forms. We need a custom validator that product can use with the LinkedIn form selection dropdown. In this case, we need to validate a...