]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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:34:25 +0000 (10:34 -0500)
commit5433deb76cd42e7adbae4319cd008413f827fe07
tree9744ea487f67bbd4a6d550796c4245be22973632
parentc9c9c2c3413e6640222556dfa20d9afbbb5dac57
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