**Environment** - CLI: 7.0.8 - Cross-platform modules: - Android Runtime: 7.0 - iOS Runtime: 7.0 - Plugin(s): nativescript angular template - no plugins installed - NativeScript-Angular: 10.1.0 - Angular: 10.1.0 **Description** When I navigate from page to another page the two way data binding stops working **To Reproduce** - Create new nativescript-angular project - Create two pages (page1, page2) - Import ```NativeScriptFormsModule``` - Set page1 as default page and bind any variable, it will bind successfully on any update - Set page2 as default and navigate to page1, the binding won't work