Martin Molema
Martin Molema
This can help ```css mat-dialog-content form mat-form-field:first-of-type { margin-top:4px; } ``` I now put it in my CSS of the component, but maybe suitable in the base-CSS (styles.css) For tab-pages...
Been trying to get this to work with Angular 17. So I installed the package @irgijs suggested. But I do not understand how to get Angular 17 to understand this....
Ok, answering my own question for those running into this problem. What I didn´t have to do: - install the above mentioned vite-polyfill - install `browserify` I had to make...
Managed to recompile the .jar file for the generation tool (in folder 'tool'). Then put the file `antlr4-typescript-4.9.0-SNAPSHOT-complete.jar` in the Angular project folder for `antlr4ts-cli` (`node_modules/antlr4ts-cli/target`) and ran the regular...
Another solution would be to just unzip the .jar-file `ntlr4-typescript-4.9.0-SNAPSHOT-complete.jar` (after all it is just a zip-file) and replace the given attachment (see my initial contribution) and re-zip the whole...
@chengchengpei thank you for your help. However, I have no idea how to apply such a patch... there's a first time for everything. Could you give me pointers here?
I upgraded to Angular 16 and got some more errors. Noticed that a few more `override` statements had to be inserted. [TypeScript.txt](https://github.com/tunnelvisionlabs/antlr4ts/files/12207314/TypeScript.txt) Please rename this attachment to `TypeScript.stg` and put...