Evan

Results 7 issues of Evan

Error Log: ``` ❯ node-gyp build --verbose gyp info it worked if it ends with ok gyp verb cli [ gyp verb cli '/usr/local/bin/node', gyp verb cli '/usr/local/bin/node-gyp', gyp verb...

bug
pull request welcome

Including this library in a SSR project will break it. See https://github.com/angular/angular/issues/24551 The solution is quite simple, just check platform before call createCustomElement **ngx-element.module.ts** https://github.com/brunob15/ngx-element/blob/master/projects/ngx-element/src/lib/ngx-element.module.ts ```typescript import { NgModule, Injector,...

enhancement
help wanted

Hi, thanks for the query builder. Just try to implement groupBy directive as it's needed in my application. Let me know if you need any changes. Cheers. changes: - add...

Hi there, Just changed `NgxLinkifyjsService` using the new syntax `providedIn:root`. So that the module can be lazyloaded with below config. ```typescript import { NgxLinkifyjsConfigToken } from 'ngx-linkifyjs'; @NgModule({ declarations: [AppComponent,...

### Make sure to check the demo app(s) for sample usage Yes ### Make sure to check the existing issues in this repository Yes ### If the demo apps cannot...

help wanted

Hi, this update project to be compatible with angular 13 (using angular linker). I also fix the test to made it pass. Let me know if you need to change...

## Environment * **IntelliJ Rust plugin version:** 0.4.195.5408-231 * **Rust toolchain version:** 1.68.2 (9eb3afe9e 2023-03-27) x86_64-apple-darwin * **IDE name and version:** WebStorm 2023.1 (WS-231.8109.174) * **Operating system:** macOS 13.4 *...