docs(nx): remove unnecessary imports and fix spelling.
This commit is contained in:
parent
917525a330
commit
ac5b85e46c
@ -1,13 +1,9 @@
|
||||
import { Injectable, Type } from '@angular/core';
|
||||
import {
|
||||
ActivatedRouteSnapshot,
|
||||
RouterStateSnapshot,
|
||||
RouterState
|
||||
} from '@angular/router';
|
||||
import { ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
||||
import { Actions } from '@ngrx/effects';
|
||||
import { ROUTER_NAVIGATION, RouterNavigationAction } from '@ngrx/router-store';
|
||||
import { Action, Store } from '@ngrx/store';
|
||||
import { Observable, of, OperatorFunction } from 'rxjs';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import {
|
||||
catchError,
|
||||
concatMap,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user