LP1813647 Angular page title component & sandbox example
authorBill Erickson <berickxx@gmail.com>
Tue, 29 Jan 2019 16:15:38 +0000 (11:15 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 20 Feb 2019 15:41:28 +0000 (10:41 -0500)
commit8be67995e06a390f31a13dc8112fd8bd8feb0e88
tree35cb1a6b41e959d4fd639c549933441ee8e7aae0
parent8c9ad3ecb5c5a5070b8ad3b6c7c9091b4970b6f7
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>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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