Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

post data

Login(user: User) {
    return this.http.post('your url' + 'account/Login', user).subscribe(
        (data) => {

        },
        (error) => {
           console.log(error);
           // get the status as error.status
        })
}
Comment

PREVIOUS NEXT
Code Example
Typescript :: convert function to arrow function typescript 
Typescript :: nest cache 
Typescript :: calculate north south east west using magnetic sensor 
Typescript :: claire betts facebook 
Typescript :: js 
Typescript :: class-transformer luxon datetime serialization 
Typescript :: representation of graph usig sets and hash in python 
Typescript :: description of capillary walls 
Typescript :: aading two floating points in nasm assembly grepper 
Typescript :: typescript interface define a map key value pairs 
Typescript :: multiple if statements in excel 
Typescript :: list pop multiple elements python 
Typescript :: 10 elements of gothic literature 
Typescript :: "gcm_sender_id":"15057814354" 
Typescript :: how to setup netflix workflow worker 
Cpp :: find largest number in vector c++ 
Cpp :: qt debug 
Cpp :: print std map 
Cpp :: how to print in c++ 
Cpp :: std::string to qstring 
Cpp :: programs for printing pyramid patterns in c++ 
Cpp :: how to declare comparator for set of pair 
Cpp :: double max value c++ 
Cpp :: c++ pass argument to singleton 
Cpp :: c++ converting centimeters to meters 
Cpp :: matrix layout in C++ 
Cpp :: initialzing a 2d vector in cpp 
Cpp :: c++ random number generator 
Cpp :: Array implementation of Queue using class in c++ 
Cpp :: how to make a 2d vector in c++ 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =