# ng-japan OnAir vol.24 Shownote shownote: https://hackmd.io/@lacolaco/BJ3jF55GP connpass: https://connpass.com/event/186585 youtube: https://www.youtube.com/watch?v=S6BVBUn01c0 ## Monthly Angular 2020-08 - Updates - ロードマップの話 - 記事紹介 ### Updates latest: 10.0.14 - core - ViewのQueryに文字列トークンを指定できるように修正 - https://blog.lacolaco.net/2020/07/angular-lightweight-injection-token-overview/ - https://github.com/angular/angular/pull/38321 - router - `routerLink`の値が変わったときに`routerLinkActive`が再計算されるように修正 - https://github.com/angular/angular/pull/38511 - ScrollRestorationが一部のブラウザで壊れていたのを修正 next: 10.1.0-rc.0 - core - `async()`関数を `waitForAsync()`にリネーム - https://github.com/angular/angular/pull/37583 - `+/-`を含む数値リテラル型のテンプレート型チェックを修正 - https://github.com/angular/angular/pull/37918 - TypeScript v4.0.0対応 - https://github.com/angular/angular/issues/38076 - common - `keyvaluePipe`がReadonlyMap型を受け付けられるように修正 - ReadonlyMap: https://www.typescriptlang.org/play?#code/MYewdgzgLgBAtgQwA4wLwzAUwO4wLLIAUAlANwBQ5oksATiASulroyTAhDAEqYIAm4ADYBPRgB4EYEQBoO0gHwVyAMwCuYYFACW4GNrhw1UBACMhmAGJhCiJAC4efQWFESps+SIXEYAb3IYIPhkADoITChCAHIEaLlY6LJyAF9KdU0dPSMTcysbO0d3aTkPH39A4LtwyJi4hLjktPIDHLMLa1tkZNbjdvzCekZktrzOuxG+sZsh7tIgA - router - ワイルドカードrouteのlazy loadingがうまく遅延されていなかったのを修正 - https://github.com/angular/angular/pull/38348 - elements - CustomElementsのイベントがNgZone内でキャプチャされるように修正 - https://github.com/angular/angular/pull/37814 ### CLI latest: 10.0.8 next: 10.1.0-rc.0 - Solution Style tsconfigの削除 - https://github.com/angular/angular-cli/commit/8fb52596a051357d7a90620032e9d253f1a5d455 - `@angular-devkit/build-angular:ng-packagr`ビルダーの追加 - `@angular-devkit/build-ng-packagr` からの移行 - strictモードに`strictInputAccessModifiers`を追加 - https://github.com/angular/angular/issues/38400 - Inputフィールドがpublicではないときにエラーになる - `extractCss`オプションの廃止 (常に行うようにする) - https://github.com/angular/angular-cli/commit/dd260185a15975d1210fe8cf1d71fada34d20248 - まずデフォルトがtrueになる。v11でオプションが消える ### Zone.js 0.11.0 - `import "zone.js"`でES Moduleとして読み込み可能に。 - - `import "zone.js/dist/zone"`でも大丈夫 ### Components latest: 10.1.1 next: 10.2.0-rc.0 - cdk-experimental - comboboxの追加 - menuの追加 ## Angular Roadmap https://angular.jp/guide/roadmap ## Articles - https://blog.angular.io/angular-cli-strict-mode-c94ba5965f63 - ng new --strictについての記事 - https://blog.angular.io/how-i-contributed-to-angular-components-b3a8830ca268 - どうやってAngular CDKにコントリビューションしたかの記事 - https://blog.angular.io/angularjs-lts-extended-in-response-to-covid-19-321b037212f5 - AngularJSのLTSを延ばしたアナウンス - https://blog.angular.io/ionic-angular-powering-the-app-store-and-the-web-4c4d420ca117 - Ionicのシェアが大きいよという記事 ## 周辺 - NgRx v10.0.0で `@ngrx/component-store` の追加 - グローバルじゃないコンポーネントスコープでの状態管理用API - TypeScript 4.0.0 - 4.1.0も進行中 - ###### tags: `ng_jp_onair`