Skip to content

Commit

Permalink
content(home): add v16 event (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed May 14, 2023
1 parent 0033487 commit b37d840
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
29 changes: 13 additions & 16 deletions src/app/home/event/event.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,31 @@ import { Component, OnInit, ChangeDetectionStrategy } from '@angular/core';
<div class="card container">
<div class="event flex flex-align-top">
<div class="date">
<p>Saturday, May 13rd @ 6:00 PM</p>
<p>Saturday, May 27nd @ 6:00 PM</p>
<img src="/assets/date-picker.svg" alt="Calendar" />
</div>
<div class="description">
<h2>Signals 🚦</h2>
<h1> The future of Angular reactivity</h1>
<p>
Back again with a new Angular in Darija live session in this one we will be talking about Signals in Angular.
</p>
<h2>Angular v16 new features</h2>
<h1>Live update of AngularInDarija.dev</h1>
<p>Back with a new live session of Angular in Darija. In this session, we will update the angularindarija.dev site with the latest Angular 16 features.</p>
<ul>
<li>Why do we need Signals?</li>
<li>Change Detection without Signals</li>
<li>Reactivity with Signals</li>
<li>Zonless Angular</li>
<li>Signals API</li>
<li>Why not RxJS?</li>
<li>Interop with RxJS</li>
<li>Coming features</li>
<li>Upgrade to Angular 16</li>
<li>Use self-closing tags</li>
<li>Bind route parameters to Component's input</li>
<li>Use experimental Signals API</li>
<li>Setup non-destructive hydration</li>
<li>Setup experimental Jest</li>
<li>Bonus: Setup experimental esbuild builder</li>
</ul>
<p>We will pick and answer your questions on the fly.</p>
<p>
Hosted by
<a href="//twitter.com/chihabotmani">Chihab Otmani</a> and
<a href="//twitter.com/elfouih">Ilyass Elfouih</a>
</p>
<p>
<!-- <p>
RSVP on <a href="https://www.meetup.com/ngmorocco/events/293298157/">Meetup.com.</a>
</p>
</p> -->
</div>
</div>
<div class="border-top"></div>
Expand Down
5 changes: 2 additions & 3 deletions src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ import { IntroComponent } from './intro/intro.component';
</div>
<div class="section__dots-bg dots-bg"></div>
</section>
<!-- <section class="section event">
<section class="section event">
<div class="section--inner container">
<app-event></app-event>
</div>
</section> -->
</section>
<!-- <app-newsletter></app-newsletter> -->
Expand Down

0 comments on commit b37d840

Please sign in to comment.