Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add support for SharedWorker in ng-cli

オープン
#20,279 コメント 5 件 リアクション 29 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
angular, typescript
領域
build-system, cli

調査の方向性

既存の ng generate web-worker と service-worker のエントリーポイントから始め、生成されるプロジェクトの設定方法を比較します。shared-worker コマンドに期待されるセットアップとドキュメントを定義し、その後、既存のコマンドと同様に ng generate shared-worker が使用可能な shared worker を生成することを確認します。

索引モデルが issue の本文から書いたものです。

説明

area: @schematics/angular feature feature: insufficient votes

🚀 feature request

Relevant Package

This feature request is for @angular/cli

Description

ng generate can currently handle web-workers and service-workers, but not shared-workers. It would be very helpful if shared workers could be handled similarly.

Right now there's very little documentation about how to setup shared workers with angular, unlike web workers where I can simply call ng generate web-worker and start filling in my code.

Describe the solution you'd like

There should be an ng generate shared-worker command that works similar to the commands for web and service workers.

Describe alternatives you've considered

This medium article and these two Stack Overflow questions both have different solutions to make this work.

主要言語
TypeScript
スター
27k
フォーク
11.8k
平均マージ
17時間 25分
マージ済み PR(30日)
183

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

angular/angular-cli のほかの issue

angular/angular-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。