Added OAuth sample code: https://github.com/manfredsteyer/angular-oauth2-oidc/tree/master/projects/sample
This commit is contained in:
7
src/app/entities/flight.ts
Normal file
7
src/app/entities/flight.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Flight {
|
||||
id: number; // int + double
|
||||
from: string;
|
||||
to: string;
|
||||
date: string;
|
||||
// JSON: ISO-String 2016-12-24T17:00:00.000+01:00
|
||||
}
|
||||
Reference in New Issue
Block a user