arlas-wui-toolkit / Exports / ToolkitComponent
Class: ToolkitComponent
Implements
AfterViewInit
OnInit
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ToolkitComponent(configService
, arlasStartupService
, collaborativeService
, activatedRoute
, router
, location
, walkthroughService
)
Parameters
Name | Type |
---|---|
configService |
ArlasConfigService |
arlasStartupService |
ArlasStartupService |
collaborativeService |
ArlasCollaborativesearchService |
activatedRoute |
ActivatedRoute |
router |
Router |
location |
Location_2 |
walkthroughService |
ArlasWalkthroughService |
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:44
Properties
analytics
• analytics: any
[]
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:39
analyticsOpen
• analyticsOpen: boolean
= false
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:41
languages
• languages: string
[]
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:40
target
• target: string
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:42
Methods
ngAfterViewInit
▸ ngAfterViewInit(): void
Returns
void
Implementation of
AfterViewInit.ngAfterViewInit
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:117
ngOnInit
▸ ngOnInit(): void
Returns
void
Implementation of
OnInit.ngOnInit
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:99
openAnalytics
▸ openAnalytics(event
): void
Parameters
Name | Type |
---|---|
event |
any |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/toolkit.component.ts:134