Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Angular Ruhr - New Control Flow
Search
Dominik Pieper
February 14, 2024
Programming
0
89
Angular Ruhr - New Control Flow
Dominik Pieper
February 14, 2024
Tweet
Share
More Decks by Dominik Pieper
See All by Dominik Pieper
Angular Ruhr @ Comline GmbH
dominikpieper
0
43
Durchdachte und robuste Frontend-Architektur mit Nx
dominikpieper
0
21
Other Decks in Programming
See All in Programming
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
500
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
270
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
8
3.2k
Namespace and Its Future
tagomoris
6
430
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
730
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
180
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
230
decksh - a little language for decks
ajstarks
4
21k
SOCI Index Manifest v2が出たので調べてみた / Introduction to SOCI Index Manifest v2
tkikuc
1
110
Understanding Ruby Grammar Through Conflicts
yui_knk
1
140
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
390
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
500
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
695
190k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Writing Fast Ruby
sferik
628
62k
Transcript
Ein Blick in die Zukunft Angular's neue Kontrollstrukturen
Dominik Pieper About me • Frontend Architekt • Nx Champion
• Consultant • Coach • Mentor Contact • Twitter: @dominik_pieper • eMail:
[email protected]
Neue Kontrollstrukturen • Neu ab Angular 17 • Alte Direktiven
nicht so ganz intuitiv • Erweiterung des Angular Templates • npx -p @angular/
[email protected]
ng new ng17project
*ngIf -> @if
*ngIf -> @if
*ngFor -> @for Required
*ngFor -> @for
*ngFor -> @for Nicht bei Request
*ngFor -> @for • $index : number • $even :
boolean • $odd : boolean • $count : number • $first : boolean • $last : boolean
*ngSwitch -> @switch
@defer • idle • interaction • immediate • timer(x) •
hover • viewport
@defer
Performance
VSCode Unterstützung und Migration • Download von Github • code
--install-extension ~/Downloads/ng-template.vsix • ng g @angular/core:control-flow-migration
Vielen Dank für die Aufmerksamkeit