Skip to content

Commit

Permalink
Blopost ng18 (#28)
Browse files Browse the repository at this point in the history
* intro

* Zoneless und Signals

* Inputs als Signal

* Outputs als Funktion

* outputFromObservable

* TODO: Queries als Signal

* + Signal queries

* + Model inputs

* typos

* typo

* - protected

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* minor

* + Automatische Migration auf den neuen `application`-Builder

* + Fazit

* noch mehr Signals

* kleinzeugs

* Neuer `public` Ordner statt `assets` @fmalcher

* typos

* noch mehr typos

* published: 2024-06-13

* catchy Überschrift

* fixture.componentRef.setInput

FYI @fmalcher

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* Update blog/2024-06-angular18/README.md

Co-authored-by: Danny Koppenhagen <[email protected]>

* review

* hidden

---------

Co-authored-by: Danny Koppenhagen <[email protected]>
Co-authored-by: Ferdinand Malcher <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 201c92a commit 2395a7b
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog/2024-05-modern-angular-bm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export class LoggedinOnlyDirective {

## Signal-based Inputs

Mit dem Minor-Release von Angular 17.2.0 wurde eine Alternative zum bisherigen `@Input()`-Dekorator auf Basis von Signals eingeführt, siehe die [offizielle Information im Angular-Blog](https://blog.angular.io/signal-inputs-available-in-developer-preview-6a7ff1941823).
Mit dem Minor-Release von Angular 17.1 wurde eine Alternative zum bisherigen `@Input()`-Dekorator auf Basis von Signals eingeführt, siehe die [offizielle Information im Angular-Blog](https://blog.angular.io/signal-inputs-available-in-developer-preview-6a7ff1941823).
Nutzen wir die neue Funktion `input()`, wird der übergebene Wert eines Komponenten-Inputs direkt als Signal erfasst:

```ts
Expand Down
Loading

0 comments on commit 2395a7b

Please sign in to comment.