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
Search
Manfred Steyer
PRO
May 14, 2017
Programming
0
270
Angular
Presentation from "We Are Developers", Mai 2017, Vienna
Manfred Steyer
PRO
May 14, 2017
Tweet
Share
More Decks by Manfred Steyer
See All by Manfred Steyer
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
320
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
620
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
480
The Missing Link in Angular‘s Signal Story Resource API and httpResource @ngRome 2025
manfredsteyer
PRO
0
160
Your Architecture as a Crime Scene:Forensic Analysis
manfredsteyer
PRO
0
220
Rethinking Data Access: The New httpResource in Angular
manfredsteyer
PRO
0
360
Reactive Thinking with Signals, Resource API, and httpResource @Devm.io Angular 20 Launch Party
manfredsteyer
PRO
0
240
JavaScript as a Crime SceneForensic Analysis
manfredsteyer
PRO
0
130
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @jax2025 in Mainz, Germany
manfredsteyer
PRO
0
220
Other Decks in Programming
See All in Programming
CSC305 Summer Lecture 12
javiergs
PRO
0
130
複雑なドメインに挑む.pdf
yukisakai1225
5
980
ProxyによるWindow間RPC機構の構築
syumai
3
1k
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
350
Rancher と Terraform
fufuhu
2
200
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.9k
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
190
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
300
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.3k
OSS開発者という働き方
andpad
5
1.7k
AIでLINEスタンプを作ってみた
eycjur
1
220
Featured
See All Featured
Done Done
chrislema
185
16k
Making Projects Easy
brettharned
117
6.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
How to Ace a Technical Interview
jacobian
279
23k
The Language of Interfaces
destraynor
161
25k
RailsConf 2023
tenderlove
30
1.2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Transcript
Angular: Google’s popular SPA Framework Manfred Steyer SOFTWAREarchitekt.at ManfredSteyer ManfredSteyer
About me … • Manfred Steyer • SOFTWAREarchitekt.at • Trainer
& Consultant • Focus: Angular • Google Developer Expert (GDE) Page ▪ 2 Manfred Steyer
Contents • Motivation • First Steps with Angular • DEMO
Motivation Page ▪ 4
Platforms and Usability HTML + JavaScript
HTML + JavaScript = Complexity
Page ▪ 8 Frameworks help to master HTML + JavaScript
Google Community AngularJS (1): 1,3 Mio Devs Angular (2/4): 810K
Devs
727 Meetup Groups around the world
First Steps with Angular Page ▪ 14
Projectstart with Angular CLI
TypeScript ES 6 Languages Page ▪ 17 ES 5
Application == Component Tree Page ▪ 18
Components export class AppComponent { title: string = 'Hello World!';
} <h1> {{ title }} </h1> @Component({ selector: 'flight-app', templateUrl: './app.component.html' }) <flight-app></flight-app>
DEMO Page ▪ 20
Summary Huge Community Components TypeScript Data Binding CLI
Contact [mail]
[email protected]
[blog] SOFTWAREarchitekt.at [twitter] ManfredSteyer