[player] Implement intersection detection for compound element children
* Add IntersectionService * Add CompoundElementComponent as parent for LikertComponent * Inject ElementRef to common ElementComponent * Rename players' ElementComponent to ElementContainerComponent
Showing
- projects/common/element-component.directive.ts 7 additions, 1 deletionprojects/common/element-component.directive.ts
- projects/common/element-components/compound-elements/compound-element.directive.ts 21 additions, 0 deletions...omponents/compound-elements/compound-element.directive.ts
- projects/common/element-components/compound-elements/likert.component.ts 10 additions, 8 deletions.../element-components/compound-elements/likert.component.ts
- projects/player/src/app/app.module.ts 2 additions, 2 deletionsprojects/player/src/app/app.module.ts
- projects/player/src/app/components/element/element-container.component.css 0 additions, 0 deletions...rc/app/components/element/element-container.component.css
- projects/player/src/app/components/element/element-container.component.html 0 additions, 0 deletions...c/app/components/element/element-container.component.html
- projects/player/src/app/components/element/element-container.component.ts 57 additions, 57 deletions...src/app/components/element/element-container.component.ts
- projects/player/src/app/components/page/page.component.ts 3 additions, 3 deletionsprojects/player/src/app/components/page/page.component.ts
- projects/player/src/app/components/section/section.component.html 4 additions, 14 deletions.../player/src/app/components/section/section.component.html
- projects/player/src/app/components/section/section.component.ts 0 additions, 6 deletions...ts/player/src/app/components/section/section.component.ts
- projects/player/src/app/directives/intersection-detection.directive.ts 5 additions, 10 deletions...er/src/app/directives/intersection-detection.directive.ts
- projects/player/src/app/services/intersection.service.ts 47 additions, 0 deletionsprojects/player/src/app/services/intersection.service.ts
- projects/player/src/app/services/unit-state.service.ts 51 additions, 4 deletionsprojects/player/src/app/services/unit-state.service.ts
File moved
File moved
Please register or sign in to comment