const rxjs = require('rxjs');. 2. const { Subject } = rxjs. 3. . 4. const subject = new Subject(); // Shorthand for Subject<void>.
確定! 回上一頁