Alex Inkin

Results 233 comments of Alex Inkin

Have to bump this too since no reply from the team was ever posted on this and it is a rather requested feature and a rather simple one as well....

@MichaelBrimer do you have a solution that at least works in AOT builds of modern Angular? If I don't care about language service :) Overwriting the registry is tricky in...

Found another case that this issue is messing with — host bindings. Since they are part of parent view you cannot even rely on `NO_ERRORS_SCHEMA` because it might not be...

This sounds reasonable. If it was to be the choice, default checks must be exposed too so we can do something like: ```TypeScript override hasProperty(tagName: string, propName: string, schemaMetas: SchemaMetadata[]):...

@sijakret it wouldn't help with HostBinding, because they belong to the parent view, so you will not be able to guarantee that `CUSTOM_ELEMENTS_SCHEMA` is present there. It would also not...

If you had some directive that processes value somehow and do this, it would cause an error, even if you add `CUSTOM_ELEMENTS_SCHEMA` to the directive module: ```ts @Directive({ selector: 'clamp'...

Recently I decided to try Angular CLI to control my whole project pipeline for the first time and there are already 2 cases where I need to be able to...

Having modal tooltip just to display links to more info is a bit harsh. We have tooltips icons inside the input visually (kinda like X button to clear input) —...

@carmacleod I ended up implementing shifting focus to the first link by arrow down and then regular Tab/Shift Tab to move over links and out of the tooltip to next/previous...