Billy Lando

Results 15 issues of Billy Lando

I get following warning by building app ```bash Warning: Entry point 'mat-table-filter' contains deep imports into 'D:/xxx/node_modules/lodash-es/isString', 'D:/xxx/node_modules/lodash-es/isEqual D:/xxx/node_modules/lodash-es/isString', 'D:/xxx/node_modules/lodash-es/isEqual', 'D:/xxx -es/flatten', 'D:/xxx/node_modules/lodash-es/cloneDeep', 'D:/xxx/node_modu ntend/node_modules/lodash-es/difference', 'D:/xxx/node_modules/lodash-es/flatten', 'D:/xxx/node_modules/lodash-es/isFunction', D:/xxx/node_modules/lodash-es/isArray', 'D:/xxx/node_modules/lodash-es/cloneDeep', 'D:/xxx/node_modules/lodash-es/isNil',...

bug
filter

What about add this item? May sound irrelevant for small forms, but in my opinion important for huge forms

npm shows that the current version `2.1.5` is but the [github releases](https://github.com/brtnshrdr/angular2-hotkeys/releases) only shows `v2.1.2`

enhancement

It will be cool if we can watch for combo change. e.g on `keydown` or `keyup` event

enhancement

This [comment](https://github.com/brtnshrdr/angular2-hotkeys/issues/86#issuecomment-401097097) solved my problem..And i think somebody else will need this later too. So it May be helpful to add this directly to the docs/readme

Hi, is there any plan to add Angular 14 support? Are PRs welcome?

### Information We are currently be able to generate actions using schematics. https://ngrx.io/guide/schematics/action The generated file contains all actions like this: ```ts export const loadBooks = createAction( '[Books] Load Books'...

enhancement
Project: Schematics

Regarding to [this](https://github.com/Agranom/ngx-material-timepicker/issues/220) issue. How about add a possibility to just custom the existing label ? maybe using an optional `@Input()` ?

**Steps to reproduce**: - Go to the input - first enter *02* as hour - Then mark all and enter *12* instead. - **Behavior**: it will not let you enter...

in progress

Hi, the addon works fine for one of my app inside a monorepo. But i'm facing the issue that in another app an error is thrown as soon as i...