Updated angular version to latest
This commit is contained in:
18
src/app/models/adjectives.ts
Normal file
18
src/app/models/adjectives.ts
Normal file
@ -0,0 +1,18 @@
|
||||
export const Adjectives = [
|
||||
'Strict',
|
||||
'Poor',
|
||||
'Old',
|
||||
'Hot',
|
||||
'Huge',
|
||||
'Scared',
|
||||
'Large',
|
||||
'Tall',
|
||||
'Antique',
|
||||
'Complete',
|
||||
'Offbeat',
|
||||
'Selective',
|
||||
'Unwilling',
|
||||
'Lively',
|
||||
'Nebulous',
|
||||
'Deranged'
|
||||
];
|
@ -1,2 +1 @@
|
||||
export interface Map {
|
||||
}
|
||||
export interface Map { }
|
||||
|
20
src/app/models/nounes.ts
Normal file
20
src/app/models/nounes.ts
Normal file
@ -0,0 +1,20 @@
|
||||
export const Nouns = [
|
||||
'Puma',
|
||||
'Otter',
|
||||
'Chimpanzee',
|
||||
'Crab',
|
||||
'Elephant',
|
||||
'Lizard',
|
||||
'Lemur',
|
||||
'Ram',
|
||||
'Raccoon',
|
||||
'Crocodile',
|
||||
'Hedgehog',
|
||||
'Hippopotamus',
|
||||
'Badger',
|
||||
'Iguana',
|
||||
'Camel',
|
||||
'Frog',
|
||||
'Cougar',
|
||||
'Ferret'
|
||||
];
|
@ -1,6 +1,6 @@
|
||||
import {User as FirebaseUser} from "firebase"
|
||||
import {AngularFirestoreDocument} from '@angular/fire/firestore';
|
||||
import {User as FirebaseUser} from '@angular/fire/auth'
|
||||
import {DocumentReference} from '@angular/fire/firestore';
|
||||
|
||||
export interface User extends FirebaseUser {
|
||||
ref?: AngularFirestoreDocument;
|
||||
ref?: DocumentReference;
|
||||
}
|
||||
|
Reference in New Issue
Block a user