Oscar Meier
Oscar Meier
It would be really great if it also took `@throws` and `@summary` into account: ```typescript /** * Finds one cat. * * @summary Get one cat * * @throws {BadRequestException}...
I have the same issue with NS 8 & Angular 12. It would be great if you could prioritize this task, because styling can be very difficult and time-consuming without...
I implemented two extra buttons to add/remove nested lists: ```TypeScript extraButtons: [ { name: 'list-increase-indent', iconURL: '/assets/images/list-increase-indent.png', tooltip: 'Increase list indent', exec: function (editor) { const current: Node = editor.selection.current(false)...
That's a jodit-angular issue: https://github.com/jodit/jodit-angular/issues/12#issuecomment-400940686 Just reinstall jodit-angular to fix it: `npm install jodit-angular`
The newest Jodit version is not compatible with the current jodit-angular build. > I can't confirm if @ronfogel's solution works since my app uses webpack and I couldn't get that...