Mateusz
Mateusz
Same issue with `as const`. e.g. ```typescript const LETTERS = ['a', 'b', 'c'] as const; type Letter = (typeof LETTERS)[number]; ``` then in Angular ```typescript @Input() letter: Letter = 'a';...
same problem here prosze to naprawić
I also have a problem on Chrome with that. Creating my own copy of the directive and disabling Firefox checking (actually the `needsMarginFiller` condition) solved the problem for me. >...
@SalimBensiali you figured something out about this?
Same problem here, can we expect a fix?
@wszydlak thanks! I tried it in bash and it's worked. I spent more time with this problem and i also notice that it's only stuck when async validation is on...
@sosukesuzuki thank you for answer. Could you please provide a specific reference or link to where the Angular team used the `--write` option to address this `DOCTYPE` casing issue? I'd...
could potentially solve #891