DanielHabenicht

Results 126 comments of DanielHabenicht

Maybe make gist from it, it's easier to manage and you can update it.

@andrewmakar77 For HTML it is `{node.supervisors.length, plural, =0 { No Supervisor } =1 { Supervisor: } other { Supervisors: }}` I don't know how that translates to code.

I get the same error message with this syntax: ``` this.i18n({ meaning: 'ChangeProfilePictureComponent', description: 'Error Message if wrong File Type is supplied', id: 'ChangeProfilePictureComponentErrorWrongFileType', value: `The File Type '${file.type}' is...

Adding support for the `dependencies` would be great. Currently, the attributes defined inside there are not generated at all.

This would be pretty neat: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message

> If you want to start small, I can create a few tickets for easy things to do. Let me know the kind of things that you're interested in. I...

> @lubouski Can you try using `module_depends_on` instead of `depends_on` as a workaround? This works! Thanks.

Any updates on this? I would support if something is missing.

Seems like it is opensourced here: https://github.com/oopnet/oopnet

Here is a reproduction with a workaround: https://stackblitz.com/edit/demo-ngx-mat-datetime-picker-angular9-rfyji1?file=src/app/app.component.ts