We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddc2d8 commit 6f372f2Copy full SHA for 6f372f2
1 file changed
complete-application/src/app/app.module.ts
@@ -1,11 +1,11 @@
1
import {NgModule} from '@angular/core';
2
import {BrowserModule} from '@angular/platform-browser';
3
import {AppComponent} from './app.component';
4
-import {RouterModule} from "@angular/router";
5
//tag::importAngularSDK[]
6
import {FusionAuthModule} from "@fusionauth/angular-sdk";
7
//end::importAngularSDK[]
8
//tag::importAuthGuard[]
+import {RouterModule} from "@angular/router";
9
import {authGuard} from "./auth-guard";
10
//end::importAuthGuard[]
11
0 commit comments