Would this mean that using Vitest would be supported as well?
Or is that a whole other ball game?
(I know @brandontroberts has it working with @analogjs already.. But using it with a 'normal' Angular repo would be awesome)
Hey๐
Be very attentive using input names of native HTML attributes because so you can shadow its usage in templates. Here is a small example: stackblitz.com/edit/angular-โฆ
Is there any restriction in the name of input property? Can I use a name, for example, @Input() blabla and then do [(blabla)]? Thank you for sharing your knowledge!
Interesting article ๐ I wrote this one 2 years ago dev.to/this-is-angular/tree-โฆ
On a side note, *SansProvider is the shape of a provider object without the `provide` property, hence the name.