1. 新增Note Component,並且在NgModule裡面加入entryComponents: [NoteComponent]。 import { Component, OnInit} from '@angular/core'; import { ...
確定! 回上一頁