เริ่มจากไป Register ไว้ที่ app.module.ts เช่นเดียวกับการใช้งาน module อื่นๆ

import { FormsModule } from '@angular/forms';
@NgModule({
  declarations: [
    AppComponent,
    FriendlistComponent
  ],
  imports: [
    BrowserModule,
    HttpModule,
    FormsModule
  ],
  providers: [
    FriendlistService,
    HttpfriendlistService
  ],
  bootstrap: [AppComponent]
})
export class AppModule { }

results matching ""

    No results matching ""