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
91
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
45
Durchdachte und robuste Frontend-Architektur mit Nx
dominikpieper
0
22
Other Decks in Programming
See All in Programming
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
170
CSC305 Lecture 05
javiergs
PRO
0
210
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
970
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
790
私はどうやって技術力を上げたのか
yusukebe
43
18k
スマホから Youtube Shortsを見られないようにする
lemolatoon
11
4.6k
株式会社 Sun terras カンパニーデック
sunterras
0
260
NetworkXとGNNで学ぶグラフデータ分析入門〜複雑な関係性を解き明かすPythonの力〜
mhrtech
3
1.2k
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
650
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
250
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
800
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
270
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
KATA
mclloyd
32
15k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Unsuck your backbone
ammeep
671
58k
Building Applications with DynamoDB
mza
96
6.7k
Building an army of robots
kneath
306
46k
Visualization
eitanlees
148
16k
Site-Speed That Sticks
csswizardry
11
890
Designing for humans not robots
tammielis
254
26k
RailsConf 2023
tenderlove
30
1.2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
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