Maksym Kobieliev

Results 17 issues of Maksym Kobieliev

Why was this removed? I've been using the directive all throughout my application, and would love to continue using it that way. Besides, I'm using the package via npm, and...

It would be great if the library supported Angular 17

feature

Currenty, the polyfill depends on the existence of the `ngDevMode` variable in several places to decide whether it should throw useful error messages. This is obviously a copy-paste artifact from...

Replace `ngDevMode` references with a framework-agnostic `import.meta?.env?.DEBUG` value

Last commit dates 3 moths ago, and there are 80 open issues. Just wondering whether it's OK to use UI Router Extras and whether it is going to be maintained...

question

Hi! First of all, thanks for all the hard work on `gql.tada`! It's an awesome tool. *I guess this might not be the proper place to ask this question, but...

When using `import { promiseAllProperties } from 'promise-all-properties';` or `import promiseAllProperties from 'promise-all-properties';` in an Angular v18 project, the compilation gives a reasonable warning: `Warning: ....\my-angular.service.ts depends on 'promise-all-properties'. CommonJS...