Piotr Stępniewski
Piotr Stępniewski
There is this package https://github.com/sandersn/downlevel-dts that will help covering Angular v7+ But for supporting Angular v5 and v6 I must sadly agree that separate branch needs to be created. So...
@d-fuji I switched to https://eslint.org/docs/latest/rules/sort-imports and https://www.npmjs.com/package/eslint-plugin-import
Invalid as angular world moved forward
@all-contributors please add @Jonnyprof for bug
Should be fixed in v15.0.0
@Jonnyprof You can install it and test if it works for you. As it was complete rewrite of library, it's now have 100% coverage. But unit tests are not real...
I have same problem. When using http loader to load configs with standalone APIs. When using static config it works ok. Problem is that `getOpenIDConfigurations` returns nothing but `getOpenIDConfiguration` returns...
@FabianGosebrink I will try to prepare some example project at friday. As it would be my day off from work.
I like having hostBinding and hostListener functions more, than using not recommended by style guide host property of directive decorator.
@JeanMeche but HostBinding and HostListener are working with class inheritance. We are using that in our FormControl abstractions to not repeat code.That means regression in some way, because class decorators...