Tag: k8-byexamples

2 posts

Latest Post Speed kills software engineering. by Matthew Davis public
public

Angular7 101: @Input() & @Output()

There are two ways to exchange data between components: Using the @Input() and @Output() decorators

Read Post