Skip to content

Instantly share code, notes, and snippets.

View corybsa's full-sized avatar

Cory Sandlin corybsa

View GitHub Profile
import { AppRoutes } from '../../app.routing';
import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing';
import { ActivatedRouteSnapshot, PreloadAllModules, Router, RouterStateSnapshot } from '@angular/router';
import { getTestBed, inject, TestBed } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { AdminLayoutComponent } from '../../layout/admin/admin-layout.component';
import { AuthLayoutComponent } from '../../layout/auth/auth-layout.component';
import { AppComponent } from '../../app.component';
import { StoreActions } from '../../store/app.actions';
import { store } from '../../store/app.store';