Carlos Molina A
Carlos Molina A
I have a form like this ``` MyBtn ``` By debugging, I found that `getSubmitBtnChildren` does not find buttons with the `ng-if` directive. A workaround is to use `ng-show` instead....
Hello, thanks for maintaining this project! I am trying to run `tsc-files` twice as part of a pre-commit hook, once for my `app` files and then for my `test` ones....
For example, it would be nice to use all the structural optimizations, but to avoid `Removal of overridden properties` to give a fallback to browsers that do not support some...
Maybe this could be useful https://github.com/kritollm/chrome-extension-api-for-safari-and-firefox/blob/master/chromeAPISafari/chromeAPIForSafari.js https://github.com/disconnectme/port/blob/master/port.js
It could be great if I could send a request to another developer by just copying the URL of the extension. Instead of always be `chrome://restclient/content/restclient.html` we could get something...
When I have this configuration with `inject`: ``` js // jest.config.js module.exports = { transform: { '^.+\\.tsx?$': ['jest-esbuild', { inject: ['react-shim.js'] }], }, } ``` it fails with this error:...
Hi. I am learning to use ng-improved testing, but when I try to inject the service I am testing ``` js describe('$cart', function() { beforeEach(ModuleBuilder.forModules('web') .serviceWithMocksFor('$cart', '$api') .build()); it('should return...
Estimados, Al ingresar "1.727.k17-2" es marcado como un RUT válido, cuando no lo es. El markup que utilizo es el siguiente ``` ``` La versión de angular-rut usada es la...