LP#1831781: add eg-help-popover Angular component
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Wed, 6 Mar 2019 23:06:57 +0000 (18:06 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 28 Jun 2019 15:27:28 +0000 (08:27 -0700)
commitab82f5c043802f15ed03fbd00fef9852a681177d
tree298db3f0778c061f1873f975a014cde74b413747
parenta150021887df4898aec00057bb2ab81f8b417fd4
LP#1831781: add eg-help-popover Angular component

Usage:

<eg-help-popover helpLink="https://youtu.be/dQw4w9WgXcQ"
 helptext="Helpful msg. Optional link."></eg-help-popover>

Additional placement attributes accepted. Basically wraps
ng-bootstrap's
https://ng-bootstrap.github.io/#/components/popover/examples#basic

To test
-------
[1] Go to the Angular sandbox page (/eg2/en-US/staff/sandbox) and
    verify functioning of the popovers, which display question marks.

Sponsored-by: MassLNC
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: CW MARS
Sponsored-by: King County Library System

Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/common.module.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html