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)

Parameters

Name Type
configService ArlasConfigService
arlasStartupService ArlasStartupService
collaborativeService ArlasCollaborativesearchService
activatedRoute ActivatedRoute
router Router
location Location_2

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:43

Properties

analytics

analytics: any[]

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:38


analyticsOpen

analyticsOpen: boolean = false

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:40


languages

languages: string[]

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:39


target

target: string

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:41

Methods

ngAfterViewInit

ngAfterViewInit(): void

Returns

void

Implementation of

AfterViewInit.ngAfterViewInit

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:115


ngOnInit

ngOnInit(): void

Returns

void

Implementation of

OnInit.ngOnInit

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:97


openAnalytics

openAnalytics(event): void

Parameters

Name Type
event any

Returns

void

Defined in

projects/arlas-toolkit/src/lib/toolkit.component.ts:131