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