Bjorn Harvold

Results 30 issues of Bjorn Harvold

## Current behavior I am using a custom web component based on Angular Elements. I have lazy loaded modules; each with their own i18n file. TranslateModule.forChild configuration in the lazy...

## Feature request for Cloudinary Java SDK I think it's safe to say that most Java users today use >= JDK 8. I would be great to have a Cloudinary...

From Angular 13.x CLI Processing legacy "View Engine" libraries: - angular-pipes [es2015/esm2015] (https://github.com/fknop/angular-pipes.git) Encourage the library authors to publish an Ivy distribution. 🍺

https://next.angular.io/guide/deprecations#modulewithproviders-type-without-a-generic ``` Compiling TypeScript sources through ngc ERROR: node_modules/ngx-responsive/responsive.module.d.ts:15:49 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 15 static forRoot(config?: IResponsiveConfig): ModuleWithProviders; ~~~~~~~~~~~~~~~~~~~ An unhandled exception occurred: node_modules/ngx-responsive/responsive.module.d.ts:15:49...

Regression error AppModule: ``` ResponsiveModule.forRoot({ breakPoints: { xs: {max: 320}, sm: {min: 544, max: 767}, md: {min: 768, max: 991}, lg: {min: 992, max: 1199}, xl: {min: 1200} }, debounceTime:...

Great project! I was wondering if you would consider adding some sort of WADL support for this? It would go well with your JAX-RS story. Cheers, Bjorn

From Angular 13.x: Processing legacy "View Engine" libraries: - angular2-multiselect-dropdown [es2015/esm2015] (https://github.com/CuppaLabs/angular2-multiselect-dropdown) - angular2-multiselect-dropdown [main/umd] (https://github.com/CuppaLabs/angular2-multiselect-dropdown) Encourage the library authors to publish an Ivy distribution.

Upgraded to Angular 11 facebook, list and bullets components work but not raw. Sample project attached. [test-hammer.zip](https://github.com/ngneat/content-loader/files/5534851/test-hammer.zip)

### Describe the problem you'd like to have solved Get this message when working with Angular >= v12 Processing legacy "View Engine" libraries: - @auth0/angular-jwt [module/esm2015] (git+https://github.com/auth0/angular2-jwt) - @auth0/angular-jwt [main/umd]...

I am trying to figure out the best way to listen to events using the generates ts files. So far, I am trying listen to: contractInstance.instance.SomeEvent. Is that correct and...

question