MCPcopy Create free account

hub / github.com/angular-university/typescript-course / functions

Functions40 in github.com/angular-university/typescript-course

↓ 1 callersFunctionColumn
(columnName:string)
samples/decorators.ts:62
↓ 1 callersFunctionEntity
(tableName:string)
samples/decorators.ts:56
↓ 1 callersFunctionLogMethod
(level: LoggingLevel)
samples/decorators.ts:12
↓ 1 callersFunctionbuildPersonData
( {firstName, lastName}:any, ...address:any[])
samples/buildPersonData.ts:4
↓ 1 callersFunctioncreateLesson
(props: any)
server/queries/createLesson.ts:7
↓ 1 callersFunctiondeleteLesson
(id:string)
server/queries/deleteLesson.ts:8
↓ 1 callersFunctionfindAllCourses
()
server/queries/findAllCourses.ts:8
↓ 1 callersFunctionfindCourseDetail
(courseId:number)
server/queries/findCourseDetail.ts:9
↓ 1 callersMethodfly
(message:string)
samples/object-oriented.ts:42
↓ 1 callersFunctioninitCourseModel
(sequelize: Sequelize)
server/model/initCourseModel.ts:6
↓ 1 callersFunctioninitLessonModel
(sequelize:Sequelize)
server/model/initLessonModel.ts:9
↓ 1 callersFunctioninitRestApi
(app:Application)
server/api/api.ts:11
↓ 1 callersMethodloadCourseDetail
(courseId: number)
client/src/app/services/courses.service.ts:16
↓ 1 callersFunctionregisterOrmModel
(model: Function)
samples/decorators.ts:51
↓ 1 callersFunctionupdateLesson
(id:string, props: any)
server/queries/updateLesson.ts:6
FunctionapiCreateLesson
(req:Request, res:Response)
server/api/apiCreateLesson.ts:14
FunctionapiDeleteLesson
(req:Request, res:Response)
server/api/apiDeleteLesson.ts:9
FunctionapiErrorHandler
( err: any, req:Request, res: Response, next: NextFunction)
server/api/apiErrorHandler.ts:6
FunctionapiGetAllCourses
(req:Request, res:Response)
server/api/apiGetAllCourses.ts:10
FunctionapiGetCourseDetail
(req:Request, res:Response)
server/api/apiGetCourseDetail.ts:8
FunctionapiPatchLesson
(req:Request, res:Response)
server/api/apiPatchLesson.ts:13
Functionconstructor
( name:string, public _editor:Editor, public creationYear: number)
samples/object-oriented.ts:23
Methodconstructor
(private coursesService:CoursesService)
client/src/app/app.component.ts:15
Methodconstructor
()
client/src/app/course-detail/course-detail.component.ts:14
Methodconstructor
(private http:Http)
client/src/app/services/courses.service.ts:11
Methodconstructor
(public name:string)
samples/generics.ts:3
Methodconstructor
(public members: T[], public leader: T)
samples/generics.ts:17
FunctioncreateCourseDetail
({ id, url, description, iconUrl, courseListIcon, seqNo, longDescription, comi
shared/model/createCourseDetail.ts:7
FunctioncreateCourseSummaries
(data: any[])
shared/model/course-summary.ts:28
FunctioncreateCourseSummary
({ id, url, description, iconUrl, courseListIcon, seqNo}:any)
shared/model/course-summary.ts:13
FunctioncreateLessonFromDbModel
({ id, url, description, duration, seqNo, courseId, pro, tags }:any)
shared/model/createCourseDetail.ts:36
FunctioncreateMessage
(hero:SuperHero)
samples/object-oriented.ts:30
FunctiondatabaseErrorHandler
(res:Response, err: any)
server/api/databaseErrorHandler.ts:6
Methodfly
(message:string)
samples/object-oriented.ts:49
FunctionlogMessage
()
samples/logMessage.ts:4
MethodngOnInit
()
client/src/app/app.component.ts:19
MethodngOnInit
()
client/src/app/course-detail/course-detail.component.ts:19
FunctiononError
(res:Response,message:string, err:any)
server/api/onError.ts:4
FunctiononSuccess
(res:Response, data:any)
server/api/onSuccess.ts:5
MethodsaveData
(data:any)
samples/decorators.ts:35