---
title: "Angular’s Output Symphony: Introducing the Output Function"
url: https://daily.dev/posts/angular-s-output-symphony-introducing-the-output-function-dqbjzodsh
source_url: https://netbasal.com/angulars-output-symphony-introducing-the-output-function-5015b1a657e6
type: article
source: "Medium"
published: 2024-03-08T13:31:56.767Z
updated: 2024-05-09T08:39:06.345Z
tags: ["webdev", "javascript", "angular", "rxjs"]
reading_time: 2
upvotes: 6
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Angular’s Output Symphony: Introducing the Output Function

**[Medium](https://daily.dev/sources/medium_js)** · 2 min read · 6 upvotes · 0 comments

## Summary

Angular v17.3 introduces the output function, a symmetrical API that complements the input() function. By invoking the output() function, properties can be declared as output. The output function returns an OutputEmitterRef, with the ability to subscribe and emit values. Angular also provides utility functions for creating outputs from observables and converting outputs to observables.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://netbasal.com/angulars-output-symphony-introducing-the-output-function-5015b1a657e6>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#angular](https://daily.dev/tags/angular), [#rxjs](https://daily.dev/tags/rxjs)

[View this post on daily.dev](https://daily.dev/posts/angular-s-output-symphony-introducing-the-output-function-dqbjzodsh)
