Slide 1

Slide 1 text

@yourtwitter What's coming to Angular version 9 NG Bolivia twitter.com/mgechev
 github.com/mgechev
 blog.mgechev.com

Slide 2

Slide 2 text

@mgechev Annual Angular Conferences

Slide 3

Slide 3 text

ngAtlanta ! ngIndia " Angular NL # ng-conf ! ngVikings $ Angular Day % Angular in Depth & ngDenver ! NG-MY ' ng-japan ( NG-DE ) ng-SriLanka * Angular Connect + ngSpain , NGRome % NG Honduras - ngTaiwan . ngTalks & NG-BE / ngBolivia 0 AngularMix ! ngPoland 1 AngularUP 2 ngChina 3

Slide 4

Slide 4 text

ngAtlanta ! ngIndia " Angular NL # ng-conf ! ngVikings $ Angular Day % Angular in Depth & ngDenver ! NG-MY ' ng-japan ( NG-DE ) ng-SriLanka * Angular Connect + ngSpain , NGRome % NG Honduras - ngTaiwan . ngTalks & NG-BE / ngBolivia 0 AngularMix ! ngPoland 1 AngularUP 2 ngChina 3

Slide 5

Slide 5 text

@mgechev Over 780 Angular Meetups Worldwide

Slide 6

Slide 6 text

@mgechev How to contribute?

Slide 7

Slide 7 text

@yourtwitter @mgechev ● Organize a meetup ● Help with the docs ● Write a blog post ● Help on StackOverflow ● Answer questions on gitter ● Introduce a bug fix ● … Ways to contribute

Slide 8

Slide 8 text

@mgechev

Slide 9

Slide 9 text

@mgechev

Slide 10

Slide 10 text

@mgechev What’s new in version 8

Slide 11

Slide 11 text

What’s new in version 8.3 redesign of the default app ng deploy faster builds

Slide 12

Slide 12 text

What’s new in version 8.3 redesign of the default app ng deploy faster builds

Slide 13

Slide 13 text

@mgechev

Slide 14

Slide 14 text

@mgechev

Slide 15

Slide 15 text

What’s new in version 8.3 redesign of the default app ng deploy faster builds

Slide 16

Slide 16 text

@mgechev

Slide 17

Slide 17 text

@angular/fire @azure/ng-deploy @zeit/ng-deploy angular-cli-ghpages @netlify-builder/deploy

Slide 18

Slide 18 text

@mgechev Your favorite platform not in the list?

Slide 19

Slide 19 text

@mgechev github.com/angular-schule/ngx-deploy-starter @JohannesHoppe

Slide 20

Slide 20 text

What’s new in version 8.3 redesign of the default app ng deploy faster builds

Slide 21

Slide 21 text

@mgechev Now let’s talk about the future

Slide 22

Slide 22 text

@yourtwitter @mgechev Ivy ● Simpler debugging ● Lower memory usage ● Faster tests ● Smaller ● Faster compilation ● Improved type checking ● Backwards compatible

Slide 23

Slide 23 text

@mgechev Planning to release Ivy in version 9

Slide 24

Slide 24 text

@mgechev Planning to release Ivy in version 9

Slide 25

Slide 25 text

Faster tests -38% Framework unit tests time -80% Material unit tests time

Slide 26

Slide 26 text

Lower memory requirements -30% Framework unit tests memory -91% Material unit tests memory

Slide 27

Slide 27 text

@mgechev Tree-shakability Runtime Generated code Triangle of the bundle size

Slide 28

Slide 28 text

@mgechev Tree-shakability Runtime Generated code Triangle of the bundle size

Slide 29

Slide 29 text

@mgechev Tree-shakability Runtime Generated code Triangle of the bundle size

Slide 30

Slide 30 text

@mgechev Tree-shakability Runtime Generated code Triangle of the bundle size

Slide 31

Slide 31 text

@mgechev

Slide 32

Slide 32 text

@mgechev Try version 9 today! npm i -g @angular/cli@next

Slide 33

Slide 33 text

@yourtwitter ng new my-app Angular CLI 9.0.0-next.0 - Ivy by default!

Slide 34

Slide 34 text

@mgechev Some technical details

Slide 35

Slide 35 text

@mgechev VE @Component({ selector: 'app', template: ' ...' }) class AppComponent { ... } app.ngfactory.js app.ngsummary.json app.metadata.json app.component.js app.component.d.ts

Slide 36

Slide 36 text

@mgechev VE @Component({ selector: 'app', template: ' ...' }) class AppComponent { ... } app.ngfactory.js app.ngsummary.json app.metadata.json app.component.js app.component.d.ts

Slide 37

Slide 37 text

@mgechev Ivy @Component({ selector: 'app', template: ' ...' }) class AppComponent { ... } app.component.js app.component.d.ts

Slide 38

Slide 38 text

@mgechev Don’t worry about any of this the Angular CLI will take care of everything

Slide 39

Slide 39 text

Build like Google

Slide 40

Slide 40 text

@yourtwitter @mgechev Benefits of Bazel ● Incremental builds ● Sharing cache between team & CI ● Full-stack support ● Scale on the cloud

Slide 41

Slide 41 text

Few Bazel users Google Lucidchart LogiOcean Evertz Microsystems …

Slide 42

Slide 42 text

Speed improvements for Angular’s CI build 0 1000 2000 3000 4000 Before RBE After RBE

Slide 43

Slide 43 text

@yourtwitter npm i -g @angular/bazel
 ng new my-app --collection=@angular/bazel Try Bazel in version 8

Slide 44

Slide 44 text

@mgechev Should I learn Bazel?

Slide 45

Slide 45 text

@yourtwitter @mgechev Should I learn Bazel? ● You don’t need Bazel to use Angular ● It’s worth it to understand Bazel ● Teaches good practices ● Skill you can reuse across technologies

Slide 46

Slide 46 text

@yourtwitter @mgechev Recap ● Thankful to the amazing community ● Angular CLI 8.3 ● Redesign of the ng new app ● ng deploy ● Planning Ivy for version 9 ● Check out Bazel for builds at scale

Slide 47

Slide 47 text

@mgechev Thank you! twitter.com/mgechev
 github.com/mgechev
 blog.mgechev.com