Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-university/reactive-angular-course
/ functions
Functions
63 in github.com/angular-university/reactive-angular-course
⨍
Functions
63
◇
Types & classes
46
↓ 2 callers
Method
filterByCategory
(category: string)
src/app/services/courses.store.ts:76
↓ 2 callers
Method
showErrors
(...errors: string[])
src/app/messages/messages.service.ts:16
↓ 1 callers
Function
authenticate
(email: string, password: string)
server/db-data.ts:897
↓ 1 callers
Method
close
()
src/app/course-dialog/course-dialog.component.ts:59
↓ 1 callers
Method
getParagraphText
()
e2e/app.po.ts:8
↓ 1 callers
Method
loadAllCourseLessons
(courseId:number)
src/app/services/courses.service.ts:25
↓ 1 callers
Method
loadAllCourses
()
src/app/services/courses.store.ts:28
↓ 1 callers
Method
loadCourseById
(courseId:number)
src/app/services/courses.service.ts:18
↓ 1 callers
Method
loadingOff
()
src/app/loading/loading.service.ts:31
↓ 1 callers
Method
loadingOn
()
src/app/loading/loading.service.ts:26
↓ 1 callers
Method
navigateTo
()
e2e/app.po.ts:4
↓ 1 callers
Method
reloadCourses
()
src/app/home/home.component.ts:28
↓ 1 callers
Method
saveCourse
(courseId:string, changes: Partial<Course>)
src/app/services/courses.store.ts:47
↓ 1 callers
Method
searchLessons
(search:string)
src/app/services/courses.service.ts:55
↓ 1 callers
Method
showLoaderUntilCompleted
(obs$: Observable<T>)
src/app/loading/loading.service.ts:17
Method
constructor
(public auth: AuthStore)
src/app/app.component.ts:17
Method
constructor
()
src/app/lesson/lesson.component.ts:16
Method
constructor
( private fb: FormBuilder, private dialogRef: MatDialogRef<CourseDialogComponent>, @In
src/app/course-dialog/course-dialog.component.ts:30
Method
constructor
(private coursesService: CoursesService)
src/app/search-lessons/search-lessons.component.ts:34
Method
constructor
(private coursesStore: CoursesStore)
src/app/home/home.component.ts:20
Method
constructor
(private dialog: MatDialog)
src/app/courses-card-list/courses-card-list.component.ts:22
Method
constructor
(private http:HttpClient)
src/app/services/courses.service.ts:14
Method
constructor
( private http:HttpClient, private loading: LoadingService, private messages: Messages
src/app/services/courses.store.ts:19
Method
constructor
(private http: HttpClient)
src/app/services/auth.store.ts:21
Method
constructor
(private route: ActivatedRoute, private coursesService: CoursesService)
src/app/course/course.component.ts:39
Method
constructor
(public messagesService: MessagesService)
src/app/messages/messages.component.ts:21
Method
constructor
(private sanitizer: DomSanitizer)
src/app/common/safe-url.pipe.ts:10
Method
constructor
( private fb: FormBuilder, private router: Router, private auth: AuthStore)
src/app/login/login.component.ts:19
Method
constructor
(public loadingService: LoadingService)
src/app/loading/loading.component.ts:15
Method
constructor
()
src/app/loading/loading.service.ts:13
Method
editCourse
(course: Course)
src/app/courses-card-list/courses-card-list.component.ts:30
Function
findCourseById
(courseId: number)
server/db-data.ts:889
Function
findLessonsForCourse
(courseId: number)
server/db-data.ts:893
Function
getAllCourses
(req: Request, res: Response)
server/get-courses.route.ts:8
Function
getCourseById
(req: Request, res: Response)
server/get-courses.route.ts:28
Method
loadAllCourses
()
src/app/services/courses.service.ts:38
Method
login
(email:string, password:string)
src/app/services/auth.store.ts:35
Method
login
()
src/app/login/login.component.ts:35
Function
loginUser
(req: Request, res: Response)
server/login.route.ts:7
Method
logout
()
src/app/app.component.ts:26
Method
logout
()
src/app/services/auth.store.ts:46
Method
ngOnInit
()
src/app/app.component.ts:21
Method
ngOnInit
()
src/app/lesson/lesson.component.ts:18
Method
ngOnInit
()
src/app/search-lessons/search-lessons.component.ts:39
Method
ngOnInit
()
src/app/home/home.component.ts:24
Method
ngOnInit
()
src/app/courses-card-list/courses-card-list.component.ts:26
Method
ngOnInit
()
src/app/course/course.component.ts:45
Method
ngOnInit
()
src/app/messages/messages.component.ts:27
Method
ngOnInit
()
src/app/about/about.component.ts:30
Method
ngOnInit
()
src/app/login/login.component.ts:31
Method
ngOnInit
()
src/app/loading/loading.component.ts:19
Method
onBackToSearch
()
src/app/search-lessons/search-lessons.component.ts:52
Method
onClose
()
src/app/messages/messages.component.ts:36
Function
onPrepare
()
protractor.conf.js:22
Method
onSearch
(search:string)
src/app/search-lessons/search-lessons.component.ts:44
Method
openLesson
(lesson:Lesson)
src/app/search-lessons/search-lessons.component.ts:48
Method
run
()
src/app/about/about.component.ts:36
Method
save
()
src/app/course-dialog/course-dialog.component.ts:48
Function
saveCourse
(req: Request, res: Response)
server/save-course.route.ts:6
Method
saveCourse
(courseId:string, changes: Partial<Course>)
src/app/services/courses.service.ts:47
Function
searchLessons
(req: Request, res: Response)
server/search-lessons.route.ts:10
Function
sortCoursesBySeqNo
(c1: Course, c2: Course)
src/app/model/course.ts:16
Method
transform
(url)
src/app/common/safe-url.pipe.ts:14