I'd try this: Split your Model into a separate file called model.ts : export class Model { param1: string; }. Import it into your component.
確定! 回上一頁