Input Binding – · < span [property] ="user"></ span > Output Binding – · < span [click] ="addUser(user)"></ span > Two Way Binding – · < span [(property)] ="user"></ span > Stayed Informed – Angular2 documentations and examples Syntax – export class HomeComponent { userlist: Users []; constructor () { this .userlist = [{ Id : '1001' , name : 'Anil SIngh' , site : 'http://www.code-sample.com' }, { Id : '1002' , name : 'Alok' , site : 'http://www.code-view.com' }, { Id : '1003' , name : 'Reena' , site : 'http://www.code-sample.xyz' }, { Id : '1004' , name : 'Dilip' , site : 'http://www.codefari.com' }, ]; } } export class Users { Id: String ; name: String ; site: String ; } The bel...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers