src/app/modules/discussion/components/forum/forum.component.ts
OnInit
OnDestroy
AfterViewInit
selector | app-forum |
styleUrls | ./forum.component.scss |
templateUrl | ./forum.component.html |
Properties |
|
Methods |
HostListeners |
constructor(sanitizer: DomSanitizer, activatedRoute: ActivatedRoute, location: Location, config: ConfigService, learnerService: LearnerService, userService: UserService)
|
|||||||||||||||||||||
Parameters :
|
window:popstate |
Arguments : '$event'
|
window:popstate(event)
|
closeModal |
closeModal()
|
Returns :
void
|
getDiscussionUrl |
getDiscussionUrl()
|
Returns :
void
|
navigateToPreviousPage |
navigateToPreviousPage()
|
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
onPopState | ||||
onPopState(event)
|
||||
Decorators :
@HostListener('window:popstate', ['$event'])
|
||||
Parameters :
Returns :
void
|
discussionUrl |
Type : SafeResourceUrl
|
modal |
Decorators :
@ViewChild('modal')
|
Public sanitizer |
Type : DomSanitizer
|
./forum.component.scss