NativeScript Angular Cleartext HTTP traffic to localhost not permitted
问题 I am working with angular version of native script and trying to create a login system to my network. Below is my code that attempts to log into the network. home.component.ts import { LoginService } from '../Services/login/login.service'; export class LoginComponent implements OnInit { public user: User; loginForm: FormGroup; constructor(private router: Router, private userService: UserService, private page: Page, public loginDetails: LoginDetails, private LoginService: LoginService ) { this