Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular Superpowers - Fixing Eventbrite purchase link #2250

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 25 additions & 13 deletions content/events/angular-superpowers-tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ _body:
eventList:
- city: Brisbane
date: 2024-04-03T00:00:00.000Z
bookingURL: 'https://www.eventbrite.com.au/e/776481506087/?aff=oddtdtcreator'
bookingURL: >-
https://www.eventbrite.com.au/e/angular-superpowers-tour-brisbane-tickets-77590542401?aff=oddtdtcreator
- city: Melbourne
date: 2024-04-04T00:00:00.000Z
bookingURL: >-
Expand Down Expand Up @@ -109,23 +110,34 @@ _body:
eventURL: /events/angular-workshop
_template: PresenterBlock
- title: ''
content: >-
<VideoEmbed url="https://youtu.be/X2ZQRz0YJqo" caption="Angular Superpowers Tour - Learn to build real-world Angular Apps" duration="3 mins" />

content: >
<VideoEmbed url="https://youtu.be/X2ZQRz0YJqo" caption="Angular
Superpowers Tour - Learn to build real-world Angular Apps" duration="3
mins" />


**This 1-day course brings developers up-to-speed on the new features and
benefits of using Angular to build awesome web applications.**


Everything has changed! Angular and modern web best practices involve
massive changes in how we build modern web applications.


**This 1-day course brings developers up-to-speed on the new features and benefits of using Angular to build awesome web applications.**

At SSW we have already gone through the hard work of implementing these
new and exciting technologies in our projects for everything from small
start-ups to enterprises and government agencies. View our [Angular
consulting page](https://www.ssw.com.au/ssw/Consulting/Angular.aspx).

Everything has changed! Angular and modern web best practices involve massive changes in how we build modern web applications.


At SSW we have already gone through the hard work of implementing these new and exciting technologies in our projects for everything from small start-ups to enterprises and government agencies. View our [Angular consulting page](https://www.ssw.com.au/ssw/Consulting/Angular.aspx).

Come watch our best Angular devs build an Angular application from scratch
and take it all the way to an enterprise application using all the best
tools and practices.

Come watch our best Angular devs build an Angular application from scratch and take it all the way to an enterprise application using all the best tools and practices.


Don't waste weeks learning Angular, the Angular CLI, RxJS, TypeScript, ngrx, NPM, WebPack, end to end testing and unit testing. Get your head around all the core concepts and get jump started in just one day.
Don't waste weeks learning Angular, the Angular CLI, RxJS, TypeScript,
ngrx, NPM, WebPack, end to end testing and unit testing. Get your head
around all the core concepts and get jump started in just one day.
size: lg
align: center
_template: Content
Expand Down
Loading