[AngularJS] Not able to update DOM of Child Components

2018-10-26 Thread Rohit Mishra
Hi Everyone, I am working on a Angular 6 application which has layout component(parent) and MatterComponent as (child) , i am calling the function of the child component from parent component , and it works i can se the function working the data in the .ts file has being changed. but the child

[AngularJS] Need dynamic value from ComponentRef Angular6

2018-08-30 Thread Rohit Mishra
Hi , i am developing an App in angular 6, i have a layout Component and different components which will be inside layout (side-nav thing). I am getting the property value using the ComponentRef , but if i change the childComonents property using service i am not able to get the latest value. This