LP1813647 Angular page title component & sandbox example
authorBill Erickson <berickxx@gmail.com>
Tue, 29 Jan 2019 16:15:38 +0000 (11:15 -0500)
committerBill Erickson <berickxx@gmail.com>
Tue, 29 Jan 2019 17:50:35 +0000 (12:50 -0500)
commiteab74ec95a1c210d4c92fa15df36b250915d9dc7
treead153c14f1ef14b61fb08100cd1dd999bbcf91dd
parent9add41a950725d46c9eef21e808ac92375fcfc01
LP1813647 Angular page title component & sandbox example

Adds a new component <eg-title /> which may be used to pass strings to
the native Angular Title service.

Each title may have a prefix and/or a suffix.  If both are defined, they
are separated by a "-" (by default / en-US) and the prefix is tructed to
12 characters, consistent with AngularJS strings.setPageTitle()
function.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/title/title.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/title/title.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
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts