Use below cli command to create component in a specific module :
ng g c SubscriberComponent --module= app.module.ts
SunscriberComponent would be added to module 'AppModule'
If we will make a property in Child component and somehow if it's a two-way bindable property, then Child would be able to set its val...
No comments:
Post a Comment