make npm run export-strings happier
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 17 Sep 2020 16:16:01 +0000 (12:16 -0400)
committerKyle Huckins <khuckins@catalyte.io>
Thu, 21 Jan 2021 20:38:35 +0000 (20:38 +0000)
commit939933b0eab1993d70f6c7a52bf2825173aedcb9
treee52e53bc0e0984b9758596d01d50aabc80dd737b
parenta6ced8825c801a10030da7461ace19e598e05f78
make npm run export-strings happier

The UrlMatcher function used by the provider interface needs
to spelled slighly differently to avoid the AOT compiler
used by "npm run export-strings" from failing with the following error:

ERROR in Error during template compile of 'AcqProviderRoutingModule'
  Function expressions are not supported in decorators in 'ɵ0'
    'ɵ0' contains the error at app/staff/acq/provider/routing.module.ts(7,14)
      Consider changing the function expression into an exported function

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/acq/provider/routing.module.ts