Skip to content

Commit 6f372f2

Browse files
committed
move router module into the authguard import statement
1 parent 4ddc2d8 commit 6f372f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

complete-application/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import {NgModule} from '@angular/core';
22
import {BrowserModule} from '@angular/platform-browser';
33
import {AppComponent} from './app.component';
4-
import {RouterModule} from "@angular/router";
54
//tag::importAngularSDK[]
65
import {FusionAuthModule} from "@fusionauth/angular-sdk";
76
//end::importAngularSDK[]
87
//tag::importAuthGuard[]
8+
import {RouterModule} from "@angular/router";
99
import {authGuard} from "./auth-guard";
1010
//end::importAuthGuard[]
1111

0 commit comments

Comments
 (0)