-
Would be nice if styles were scoped per component in a smart way
Not sure what's the best approach - but ideally we could rely on the tailwind setup of the parent project (?)
There's a huge disc…
-
This component generates a CSP violation using the default ember-cli CSP settings; you need to add a `'style-src': 'unsafe-inline'` directive to your server to make it go away.
It looks like the [sty…
-
Hi,
When I create a draggable component with the `ComponentFactoryResolver` in a `ViewContainerRef`, I have a problem with the events of the ngDraggable directive. The console tells me `this.bounds.g…
-
#### Bug, feature request, or proposal:
Proposal
#### What is the expected behavior?
For dialogs and other containers such as drawers, menus etc. When the dialog or container is initialized to re…
-
### Current Behavior
Following [the official tutorial](https://nx.dev/getting-started/tutorials/package-based-repo-tutorial) if we create a `package-based` monorepo with `create-nx-workspace` the s…
-
There is a issue in sorting when navigating to descending. The issue is in the file
ng2-table/components/table/ng-table-sorting.directive.ts
`line 28: this.column.sort = '';`
It works when its chang…
-
### Bug type
Component
### Component name
MudMenu
### What happened?
I've noticed that the style for MudMenu contains an align-self directive:
```css
.mud-menu {
display: inline-flex;
…
-
Our current approach to assembling the redux store is confusing. We want to work more with feature-based folders while not giving up redux's ability to decouple UI and store.
One proposal is somethi…
-
Hi,
I would like to have another feature ;) ... I am too lazy to write imports for all types, therefore I just use
```
import * as Ng2 from '@angular/core';
```
Can you add something like a prefix…
-
this demo - https://jsfiddle.net/heatherbooker/13uf74vh/
results in
```
Uncaught TypeError: Cannot read property 'directive' of undefined
at stickyScroll.js:10
at stickyScroll.js…