Skip to content

Commit 3fe6482

Browse files
committed
refactor(RemoteCode): added importAngularSDK, importAuthGuard anchors
1 parent 1b9cc93 commit 3fe6482

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
import {NgModule} from '@angular/core';
22
import {BrowserModule} from '@angular/platform-browser';
3-
43
import {AppComponent} from './app.component';
54
import {RouterModule} from "@angular/router";
65
import {HomePageComponent} from './home-page/home-page.component';
6+
//tag::importAngularSDK[]
77
import {FusionAuthModule} from "@fusionauth/angular-sdk";
8+
//end::importAngularSDK[]
89
import {AccountPageComponent} from './account-page/account-page.component';
10+
//tag::importAuthGuard[]
911
import {authGuard} from "./auth-guard";
12+
//end::importAuthGuard[]
1013

1114
@NgModule({
1215
declarations: [

0 commit comments

Comments
 (0)