This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace Client.Web | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| using System.Web.Mvc; | |
| using Models; | |
| using Newtonsoft.Json; | |
| using Umbraco.Core.Models; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { NgModule } from '@angular/core'; | |
| import { AngularFireModule } from 'angularfire2'; | |
| import { AngularFirestoreModule } from 'angularfire2/firestore'; | |
| import { AngularFireAuthModule } from 'angularfire2/auth'; | |
| import { AngularFireStorageModule } from 'angularfire2/storage'; | |
| import { environment } from '../../environments/environment'; | |
| import { FirestoreService } from './firestore.service'; | |
| import { StorageService } from './storage.service'; |
NewerOlder