Top "Angular-decorator" questions

Angular 6: Adding @Input to component doesn't work

I must be missing something about @Input, because I get this error from Angular CLI: ERROR in app/web/progress/…

angular angular-decorator
Difference between @Self and @Host Angular 2+ Dependency Injection Decorators

Kindly explain the difference between @Self and @Host. The angular API documentation gives some idea. But it's not clear to …

angular dependency-injection angular2-services angular-decorator
Consuming multiple properties via Input decorator in angular 2

I have this component that receives two inputs via its selector, but this can be extended to any number of …

angular typescript angular-components angular-decorator