Step 1: create-event.component.html (Initially) Step 2: event.service.ts Step 3: create-event.component.ts Step 4: create-event.component.html app.module.ts
Tag: Two Way Binding
Angular Component Interaction – Binding
Binding is basic form of interaction between the component class and it’s corresponding template Step 1: for new project creation Step 2: For project running follow this command app.module.ts file app.component.ts file app.component.html file