Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LegacyTemplates/angular-spa
/ functions
Functions
82 in github.com/LegacyTemplates/angular-spa
⨍
Functions
82
◇
Types & classes
85
↓ 3 callers
Method
signOut
()
MyApp/src/app/shared/store.ts:28
↓ 2 callers
Method
signIn
(userSession:IAuthSession)
MyApp/src/app/shared/store.ts:23
↓ 1 callers
Method
Any
(Hello request)
MyApp.ServiceInterface/MyServices.cs:9
↓ 1 callers
Method
checkAuth
()
MyApp/src/app/shared/store.ts:34
↓ 1 callers
Method
getParagraphText
()
MyApp/e2e/src/app.po.ts:8
↓ 1 callers
Method
nameChanged
(name: string)
MyApp/src/app/home/HelloApi.ts:29
↓ 1 callers
Method
navigateTo
()
MyApp/e2e/src/app.po.ts:4
↓ 1 callers
Function
runScript
(script, done)
MyApp/gulpfile.js:17
Method
AppHost
()
MyApp.Tests/IntegrationTest.cs:16
Method
AppHost
()
MyApp/Configure.AppHost.cs:16
Method
Can_call_Hello_Service
()
MyApp.Tests/IntegrationTest.cs:35
Method
Can_call_MyServices
()
MyApp.Tests/UnitTest.cs:22
Method
Configure
(Container container)
MyApp.Tests/IntegrationTest.cs:18
Method
Configure
(IWebHostBuilder builder)
MyApp/Configure.Ui.cs:9
Method
Configure
(IWebHostBuilder builder)
MyApp/Configure.Auth.cs:30
Method
Configure
(IWebHostBuilder builder)
MyApp/Configure.AuthRepository.cs:37
Method
Configure
(IWebHostBuilder builder)
MyApp/Configure.AppHost.cs:11
Method
CreateClient
()
MyApp.Tests/IntegrationTest.cs:33
Method
CreateUser
Add initial Users to the configured Auth Repository
MyApp/Configure.AuthRepository.cs:48
Method
CustomRegistrationValidator
()
MyApp/Configure.Auth.cs:18
Method
IntegrationTest
()
MyApp.Tests/IntegrationTest.cs:23
Method
OnAuthenticated
(IRequest req, IAuthSession session, IServiceBase authService, IAuthTokens tokens, Dictionary<str
MyApp/Configure.AuthRepository.cs:20
Method
OneTimeTearDown
()
MyApp.Tests/UnitTest.cs:19
Method
OneTimeTearDown
()
MyApp.Tests/IntegrationTest.cs:30
Method
UnitTest
()
MyApp.Tests/UnitTest.cs:13
Method
canActivate
(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)
MyApp/src/app/app.module.ts:25
Method
cls
(...args:any[])
MyApp/src/app/signup/index.ts:102
Method
cls
(...args:any[])
MyApp/src/app/signin/index.ts:106
Method
constructor
(private store: StoreService)
MyApp/src/app/app.component.ts:16
Method
constructor
(private store: StoreService, private router: Router)
MyApp/src/app/app.module.ts:23
Method
constructor
(private store: StoreService, private domSanitizer:DomSanitizer, private router: Router)
MyApp/src/app/profile/index.ts:35
Method
constructor
(private route: ActivatedRoute, private store: StoreService)
MyApp/src/app/home/index.ts:15
Method
constructor
(private client: JsonServiceClient)
MyApp/src/app/home/HelloApi.ts:23
Method
constructor
(private router: Router, private route: ActivatedRoute, private store: StoreService, private client: JsonServi
MyApp/src/app/signup/index.ts:66
Method
constructor
(private client: JsonServiceClient)
MyApp/src/app/shared/store.ts:17
Method
constructor
(init?: Partial<ResponseError>)
MyApp/src/app/shared/dtos.ts:58
Method
constructor
(init?: Partial<ResponseStatus>)
MyApp/src/app/shared/dtos.ts:79
Method
constructor
(init?: Partial<HelloResponse>)
MyApp/src/app/shared/dtos.ts:86
Method
constructor
(init?: Partial<AuthenticateResponse>)
MyApp/src/app/shared/dtos.ts:128
Method
constructor
(init?: Partial<AssignRolesResponse>)
MyApp/src/app/shared/dtos.ts:146
Method
constructor
(init?: Partial<UnAssignRolesResponse>)
MyApp/src/app/shared/dtos.ts:164
Method
constructor
(init?: Partial<RegisterResponse>)
MyApp/src/app/shared/dtos.ts:200
Method
constructor
(init?: Partial<Hello>)
MyApp/src/app/shared/dtos.ts:209
Method
constructor
(init?: Partial<Authenticate>)
MyApp/src/app/shared/dtos.ts:274
Method
constructor
(init?: Partial<AssignRoles>)
MyApp/src/app/shared/dtos.ts:296
Method
constructor
(init?: Partial<UnAssignRoles>)
MyApp/src/app/shared/dtos.ts:318
Method
constructor
(init?: Partial<Register>)
MyApp/src/app/shared/dtos.ts:358
Method
constructor
(private route: ActivatedRoute)
MyApp/src/app/about/index.ts:15
Method
constructor
(private router: Router, private route: ActivatedRoute, private store: StoreService, private client: JsonServi
MyApp/src/app/signin/index.ts:68
Method
constructor
(private store: StoreService)
MyApp/src/app/admin/index.ts:26
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:21
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:26
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:210
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:275
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:297
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:319
Method
createResponse
()
MyApp/src/app/shared/dtos.ts:359
Method
getMethod
()
MyApp/src/app/shared/dtos.ts:212
Method
getMethod
()
MyApp/src/app/shared/dtos.ts:277
Method
getMethod
()
MyApp/src/app/shared/dtos.ts:299
Method
getMethod
()
MyApp/src/app/shared/dtos.ts:321
Method
getMethod
()
MyApp/src/app/shared/dtos.ts:361
Method
getTypeName
()
MyApp/src/app/shared/dtos.ts:211
Method
getTypeName
()
MyApp/src/app/shared/dtos.ts:276
Method
getTypeName
()
MyApp/src/app/shared/dtos.ts:298
Method
getTypeName
()
MyApp/src/app/shared/dtos.ts:320
Method
getTypeName
()
MyApp/src/app/shared/dtos.ts:360
Method
newUser
(email: string)
MyApp/src/app/signup/index.ts:95
Method
ngOnInit
()
MyApp/src/app/app.component.ts:18
Method
ngOnInit
()
MyApp/src/app/profile/index.ts:37
Method
ngOnInit
()
MyApp/src/app/home/index.ts:21
Method
ngOnInit
()
MyApp/src/app/home/HelloApi.ts:25
Method
ngOnInit
()
MyApp/src/app/signup/index.ts:68
Method
ngOnInit
()
MyApp/src/app/about/index.ts:17
Method
ngOnInit
()
MyApp/src/app/signin/index.ts:70
Method
ngOnInit
()
MyApp/src/app/admin/index.ts:28
Function
onPrepare
()
MyApp/e2e/protractor.conf.js:22
Method
onSignOut
()
MyApp/src/app/profile/index.ts:41
Method
onSignOut
()
MyApp/src/app/home/index.ts:17
Method
submit
()
MyApp/src/app/signup/index.ts:71
Method
submit
()
MyApp/src/app/signin/index.ts:78
Method
switchUser
(email: string)
MyApp/src/app/signin/index.ts:101