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
How to update dependency injection token value

Angular dependency injection let you inject a string, function, or object using a token instead of a service class. I …

angular typescript angular-services angular-decorator angular-di
Angular input setter triggering only once

I want to preface the question saying I have already read and understood other potentially duplicate questions (such as this …

angular typescript setter angular-decorator